Module CGIKit::KeyValueCoding
In: lib/cgikit/key_value_coding.rb

KeyValueCoding provides methods to access object graph. The methods try accessing instance variables by using accessor method. If it is failure, its try accessing directly.

Methods

External Aliases

access_attributes -> access_attributes?

Attributes

access_attributes  [RW]  The method returns "true", the direct access is success. Or failure. Default value is true.

Public Instance methods

used only accessing instance variables

take_value_for_keypath( __key, __value )

Alias for take_value_for_key

Retrieves value for the key.

value_for_keypath( __key )

Alias for value_for_key

[Validate]