Method: HCast::Metadata::Attribute#initialize

Defined in:
lib/hcast/metadata/attribute.rb

#initialize(name, caster, options) ⇒ Attribute

Returns a new instance of Attribute.



6
7
8
9
10
11
# File 'lib/hcast/metadata/attribute.rb', line 6

def initialize(name, caster, options)
  @name      = name
  @caster    = caster
  @options   = options
  @children  = []
end