Class: DataTaster::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#include_insertObject

Returns the value of attribute include_insert

Returns:

  • (Object)

    the current value of include_insert



58
59
60
# File 'lib/data_taster.rb', line 58

def include_insert
  @include_insert
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



58
59
60
# File 'lib/data_taster.rb', line 58

def list
  @list
end

#monthsObject

Returns the value of attribute months

Returns:

  • (Object)

    the current value of months



58
59
60
# File 'lib/data_taster.rb', line 58

def months
  @months
end

#source_clientObject

Returns the value of attribute source_client

Returns:

  • (Object)

    the current value of source_client



58
59
60
# File 'lib/data_taster.rb', line 58

def source_client
  @source_client
end

#working_clientObject

Returns the value of attribute working_client

Returns:

  • (Object)

    the current value of working_client



58
59
60
# File 'lib/data_taster.rb', line 58

def working_client
  @working_client
end