Class: SimpleRewriter::Attribute

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/simple_rewriter/attribute.rb

Instance Method Summary collapse

Constructor Details

#initialize(attr_value, options) ⇒ Attribute

Returns a new instance of Attribute.



6
7
8
9
# File 'lib/simple_rewriter/attribute.rb', line 6

def initialize(attr_value, options)
  @attr_value = attr_value
  @options = options
end