Class
CGIKit::DeclarationStore
In:
lib/cgikit/declaration.rb
Parent:
Object
Methods
[]
[]=
each
keys
merge_source
new
new_from_hash
new_with_file
validate_api
Attributes
declarations
[RW]
original_hash
[RW]
Public Class methods
merge_source
( source, destination )
new
()
new_from_hash
( hash )
new_with_file
( filename, source = nil )
Public Instance methods
[]
( key )
[]=
( key, declaration )
each
() {|key, declaration| ...}
keys
()
validate_api
( component_class = nil )
[Validate]