Class: RelaxDB::ReferencesProxy
- Inherits:
-
Object
- Object
- RelaxDB::ReferencesProxy
- Defined in:
- lib/relaxdb/references_proxy.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(client, relationship) ⇒ ReferencesProxy
constructor
A new instance of ReferencesProxy.
Constructor Details
#initialize(client, relationship) ⇒ ReferencesProxy
Returns a new instance of ReferencesProxy.
7 8 9 10 11 |
# File 'lib/relaxdb/references_proxy.rb', line 7 def initialize(client, relationship) @client = client @relationship = relationship @target = nil end |
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target.
5 6 7 |
# File 'lib/relaxdb/references_proxy.rb', line 5 def target @target end |