Class: VersatileRJS::Proxy::Jquery::ElementSetProxy

Inherits:
ElementSetProxy show all
Defined in:
lib/versatile_rjs/proxy/jquery/element_set_proxy.rb

Instance Method Summary collapse

Methods inherited from ElementSetProxy

#each, #initialize

Methods included from FrameworkDependent

included

Methods included from Selectable

#select

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