Method: Vedeu::Views::Value::InstanceMethods#client

Defined in:
lib/vedeu/views/value.rb

#clientvoid

This method returns an undefined value.

The client binding represents the client application object that is currently invoking a DSL method. It is required so that we can send messages to the client application object should we need to.



70
71
72
# File 'lib/vedeu/views/value.rb', line 70

def client
  @client
end