Class: EiaFuel::Tuple

Inherits:
Struct
  • Object
show all
Defined in:
lib/eia_fuel/series.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



44
45
46
# File 'lib/eia_fuel/series.rb', line 44

def date
  @date
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



44
45
46
# File 'lib/eia_fuel/series.rb', line 44

def price
  @price
end