Class: Lycra::Document::Proxy::InstanceProxy

Inherits:
Object
  • Object
show all
Includes:
BaseProxy
Defined in:
lib/lycra/document/proxy.rb

Instance Attribute Summary

Attributes included from BaseProxy

#target

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

#klassObject



475
476
477
# File 'lib/lycra/document/proxy.rb', line 475

def klass
  target.class
end

#klass_proxyObject



479
480
481
# File 'lib/lycra/document/proxy.rb', line 479

def klass_proxy
  klass.__lycra__
end