Module: RiakDt
- Defined in:
- lib/riak-dt-ruby.rb,
lib/riak-dt-ruby/set.rb,
lib/riak-dt-ruby/counter.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.client ⇒ Object
10 11 12 13 14 |
# File 'lib/riak-dt-ruby.rb', line 10 def self.client @client ||= Faraday.new url: 'http://localhost:8091/' do |builder| builder.adapter :net_http end end |