Class: DataTaster::Config
- Inherits:
-
Struct
- Object
- Struct
- DataTaster::Config
- Defined in:
- lib/data_taster.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
-
#months ⇒ Object
Returns the value of attribute months.
-
#output ⇒ Object
Returns the value of attribute output.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list
65 66 67 |
# File 'lib/data_taster.rb', line 65 def list @list end |
#months ⇒ Object
Returns the value of attribute months
65 66 67 |
# File 'lib/data_taster.rb', line 65 def months @months end |
#output ⇒ Object
Returns the value of attribute output
65 66 67 |
# File 'lib/data_taster.rb', line 65 def output @output end |
#source ⇒ Object
Returns the value of attribute source
65 66 67 |
# File 'lib/data_taster.rb', line 65 def source @source end |