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.



19
20
21
# File 'lib/riak/client/beefcake/operator.rb', line 19

def initialize(backend)
  @backend = backend
end

Instance Attribute Details

#backendObject (readonly)

Returns the value of attribute backend.



17
18
19
# File 'lib/riak/client/beefcake/operator.rb', line 17

def backend
  @backend
end