Class: Riak::Client::BeefcakeProtobuffsBackend::Operator

Inherits:
Object
  • Object
show all
Defined in:
lib/riak/client/beefcake/operator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(backend) ⇒ Operator

Returns a new instance of Operator.



5
6
7
# File 'lib/riak/client/beefcake/operator.rb', line 5

def initialize(backend)
  @backend = backend
end

Instance Attribute Details

#backendObject (readonly)

Returns the value of attribute backend.



3
4
5
# File 'lib/riak/client/beefcake/operator.rb', line 3

def backend
  @backend
end