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.
access_attributes | -> | access_attributes? |
access_attributes | [RW] | The method returns "true", the direct access is success. Or failure. Default value is true. |