Class: Rhoconnect::Model::FieldProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/rhoconnect/model.rb

Overview

:nodoc

Direct Known Subclasses

ListProxy, SetProxy

Instance Method Summary collapse

Constructor Details

#initialize(redis, name, marshal) ⇒ FieldProxy

Returns a new instance of FieldProxy.



275
276
277
278
279
# File 'lib/rhoconnect/model.rb', line 275

def initialize(redis, name, marshal)
  @redis = redis
  @name = name
  @marshal = marshal
end