Class: Rhoconnect::StoreOrm::FieldProxy

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

Overview

PROXY implementations

Direct Known Subclasses

ListProxy, SetProxy

Instance Method Summary collapse

Constructor Details

#initialize(store_inst, name, marshal) ⇒ FieldProxy

:nodoc



276
277
278
279
280
281
# File 'lib/rhoconnect/store_orm.rb', line 276

def initialize(store_inst, name, marshal)
  # TODO: this low-level access should be removed in 4.0
  @store_db = store_inst.send(:db)
  @name = name
  @marshal = marshal
end