Class
TapKit::CustomObject
In:
lib/tapkit/control/dbobject.rb
Parent:
DatabaseObject
Methods
access_instance_variables?
awake_from_fetch
awake_from_insertion
awake_from_update
each
inspect
method_missing
to_s
use_stored_accessors?
Included Modules
Faulting
KeyValueCodingAdditions
StoredKeyValueCoding
Validation
RelationshipManipulation
External Aliases
retrieve_value_for_keypath
->
[]
take_value_for_keypath
->
[]=
Attributes
fault_handler
[R]
Public Class methods
access_instance_variables?
()
use_stored_accessors?
()
Public Instance methods
awake_from_fetch
( editing_context )
awake_from_insertion
( editing_context )
awake_from_update
( editing_context )
each
() {|value| ...}
inspect
()
Alias for
to_s
method_missing
( name, *args )
to_s
()
[Validate]