Class: WeatherFunds::ResultSet::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/weather_funds/result_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'lib/weather_funds/result_set.rb', line 5

def data
  @data
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



5
6
7
# File 'lib/weather_funds/result_set.rb', line 5

def date
  @date
end