Method: Jsup::Attribute#initialize
- Defined in:
- lib/attribute.rb
#initialize(value) ⇒ Attribute
Returns a new instance of Attribute.
6 7 8 |
# File 'lib/attribute.rb', line 6 def initialize(value) @value = value end |
Returns a new instance of Attribute.
6 7 8 |
# File 'lib/attribute.rb', line 6 def initialize(value) @value = value end |