Class: Ripple::Associations::OneLinkedProxy
- Defined in:
- lib/ripple/associations/one_linked_proxy.rb
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
Methods included from Linked
#include?, #keys, #replace, #replace_links, #reset
Methods included from One
Methods included from Instantiators
Methods inherited from Proxy
#===, #blank?, #has_changed_documents?, #initialize, #inspect, #loaded, #loaded?, #loaded_documents, #nil?, #present?, #proxy_respond_to?, #reload, #replace, #reset, #respond_to?, #send
Constructor Details
This class inherits a constructor from Ripple::Associations::Proxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ripple::Associations::Proxy
Instance Method Details
#key ⇒ Object
11 12 13 |
# File 'lib/ripple/associations/one_linked_proxy.rb', line 11 def key keys.first end |