Class
CouchRest::Model::CastedHash
In:
lib/couchrest/model/casted_hash.rb
Parent:
Hash
Methods
[]
[]=
attributes
clear
delete
delete_if
keep_if
merge!
replace
Included Modules
CouchRest::Model::CastedBy
CouchRest::Model::Dirty
Attributes
casted_by_property
[RW]
Public Class methods
[]
(hash, property, parent = nil)
Public Instance methods
[]=
(key, obj)
attributes
()
needed for dirty
clear
()
delete
(key)
delete_if
() {|key, self[key]| ...}
keep_if
() {|key, self[key]| ...}
ruby 1.9
merge!
(other_hash)
replace
(other_hash)
[Validate]