Class Culerity::RemoteObjectProxy
In: lib/culerity/remote_object_proxy.rb
Parent: Object

Methods

exit   id   method_missing   new   send_remote  

Public Class methods

Public Instance methods

Commonly used to get the HTML id attribute Use `object_id` to get the local objects’ id.

Calls the passed method on the remote object with any arguments specified. Behaves the same as Object#send.

If you pass it a block then it will append the block as a "lambda { … }". If your block returns a lambda string ("lambda { … }") then it will be passed straight through, otherwise it will be wrapped in a lambda string before sending.

[Validate]