Method: Culerity::RemoteObjectProxy#id

Defined in:
lib/culerity/remote_object_proxy.rb

#idObject

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



20
21
22
# File 'lib/culerity/remote_object_proxy.rb', line 20

def id
  send_remote(:id)
end