Class: DataTaster::Config
- Inherits:
-
Struct
- Object
- Struct
- DataTaster::Config
- Defined in:
- lib/data_taster.rb
Instance Attribute Summary collapse
-
#include_insert ⇒ Object
Returns the value of attribute include_insert.
-
#list ⇒ Object
Returns the value of attribute list.
-
#months ⇒ Object
Returns the value of attribute months.
-
#source_client ⇒ Object
Returns the value of attribute source_client.
-
#working_client ⇒ Object
Returns the value of attribute working_client.
Instance Attribute Details
#include_insert ⇒ Object
Returns the value of attribute include_insert
58 59 60 |
# File 'lib/data_taster.rb', line 58 def include_insert @include_insert end |
#list ⇒ Object
Returns the value of attribute list
58 59 60 |
# File 'lib/data_taster.rb', line 58 def list @list end |
#months ⇒ Object
Returns the value of attribute months
58 59 60 |
# File 'lib/data_taster.rb', line 58 def months @months end |
#source_client ⇒ Object
Returns the value of attribute source_client
58 59 60 |
# File 'lib/data_taster.rb', line 58 def source_client @source_client end |
#working_client ⇒ Object
Returns the value of attribute working_client
58 59 60 |
# File 'lib/data_taster.rb', line 58 def working_client @working_client end |