class Jsup::Attribute
Attributes
value[R]
Public Class Methods
new(value)
click to toggle source
# File lib/attribute.rb, line 6 def initialize(value) @value = value end
# File lib/attribute.rb, line 6 def initialize(value) @value = value end