Class: CommodityScraper::Commodity
Instance Attribute Summary collapse
-
#change ⇒ Object
Returns the value of attribute change.
-
#name ⇒ Object
Returns the value of attribute name.
-
#percent_change ⇒ Object
Returns the value of attribute percent_change.
-
#price ⇒ Object
Returns the value of attribute price.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#change ⇒ Object
Returns the value of attribute change
6 7 8 |
# File 'lib/commode.rb', line 6 def change @change end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/commode.rb', line 6 def name @name end |
#percent_change ⇒ Object
Returns the value of attribute percent_change
6 7 8 |
# File 'lib/commode.rb', line 6 def percent_change @percent_change end |
#price ⇒ Object
Returns the value of attribute price
6 7 8 |
# File 'lib/commode.rb', line 6 def price @price end |