Method: Decode::Comment::Attribute#initialize

Defined in:
lib/decode/comment/attribute.rb

#initialize(directive, type) ⇒ Attribute

Returns a new instance of Attribute.



42
43
44
45
46
# File 'lib/decode/comment/attribute.rb', line 42

def initialize(directive, type)
  super(directive)
  
  @type = type
end