Class CGIKit::Declaration
In: lib/cgikit/declaration.rb
Parent: Object

A Declaration object has a declaration set.

 ex)
 :BindingName => {
   :element => String,        # element type (class)
   :value => :'method.chain', # symbol value is dealt as method chain
   :empty => false            # other value is dealt as constant value
 }

Methods

[]   []=   each   new   new_from_hash  

Constants

ELEMENT_KEY = :element
OTHER_KEY = :other
VALIDATE_KEY = :validate
PASS_KEY = :pass
ENABLED_KEY = :enabled

Attributes

association_hash  [RW] 
element_name  [RW] 
element_type  [RW] 

Public Class methods

Public Instance methods

[Validate]