Class: VersatileRJS::Proxy::Jquery::ElementSetProxy
- Inherits:
-
ElementSetProxy
- Object
- VersatileRJS::Proxy
- ElementSetProxy
- VersatileRJS::Proxy::Jquery::ElementSetProxy
- Defined in:
- lib/versatile_rjs/proxy/jquery/element_set_proxy.rb
Instance Method Summary collapse
Methods inherited from ElementSetProxy
Methods included from FrameworkDependent
Methods included from Selectable
Methods inherited from VersatileRJS::Proxy
#call, #initialize, #method_missing, #to_json
Constructor Details
This class inherits a constructor from VersatileRJS::Proxy::ElementSetProxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class VersatileRJS::Proxy
Instance Method Details
#invoke(method_name) ⇒ Object
9 10 11 |
# File 'lib/versatile_rjs/proxy/jquery/element_set_proxy.rb', line 9 def invoke(method_name) page.append_statement call(method_name) end |