Class: WeatherFunds::ResultSet::Result
- Inherits:
-
Struct
- Object
- Struct
- WeatherFunds::ResultSet::Result
- Defined in:
- lib/weather_funds/result_set.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#date ⇒ Object
Returns the value of attribute date.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/weather_funds/result_set.rb', line 5 def data @data end |
#date ⇒ Object
Returns the value of attribute date
5 6 7 |
# File 'lib/weather_funds/result_set.rb', line 5 def date @date end |