Class: Lycra::Document::Proxy::InstanceProxy
- Inherits:
-
Object
- Object
- Lycra::Document::Proxy::InstanceProxy
- Includes:
- BaseProxy
- Defined in:
- lib/lycra/document/proxy.rb
Instance Attribute Summary
Attributes included from BaseProxy
Instance Method Summary collapse
Methods included from BaseProxy
#client, #client=, #initialize, #method_missing, #respond_to_missing?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Lycra::Document::Proxy::BaseProxy
Instance Method Details
#klass ⇒ Object
475 476 477 |
# File 'lib/lycra/document/proxy.rb', line 475 def klass target.class end |
#klass_proxy ⇒ Object
479 480 481 |
# File 'lib/lycra/document/proxy.rb', line 479 def klass_proxy klass.__lycra__ end |