Class: DataTaster::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



65
66
67
# File 'lib/data_taster.rb', line 65

def list
  @list
end

#monthsObject

Returns the value of attribute months

Returns:

  • (Object)

    the current value of months



65
66
67
# File 'lib/data_taster.rb', line 65

def months
  @months
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



65
66
67
# File 'lib/data_taster.rb', line 65

def output
  @output
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



65
66
67
# File 'lib/data_taster.rb', line 65

def source
  @source
end