Class: Squire::Proxy

Inherits:
Object
  • Object
show all
Includes:
Base::ClassMethods
Defined in:
lib/squire/proxy.rb

Instance Method Summary collapse

Methods included from Base::ClassMethods

#config, #method_missing, #squire

Constructor Details

#initialize(base) ⇒ Proxy

Returns a new instance of Proxy.



5
6
7
# File 'lib/squire/proxy.rb', line 5

def initialize(base)
  @base = base
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Squire::Base::ClassMethods