node = YetisNode::Client.new('http://10.10.10.10:8090')
<YetisNode::Client:0x007f9d8b8b46f8 @uri="http://10.10.10.10:8090", @options={}>
node.calls_count
=> "10"
Add this line to your application's Gemfile:
gem 'yetis_node'
And then execute:
$ bundle
Or install it yourself as:
$ gem install yetis_node
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/yetis_node/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request