Class: Rhoconnect::StoreOrm::FieldProxy
- Inherits:
-
Object
- Object
- Rhoconnect::StoreOrm::FieldProxy
- Defined in:
- lib/rhoconnect/store_orm.rb
Overview
PROXY implementations
Instance Method Summary collapse
-
#initialize(store_inst, name, marshal) ⇒ FieldProxy
constructor
:nodoc.
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 |