Class: Singer::Configuration

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

Overview

holds settings

Instance Attribute Summary collapse

Instance Attribute Details

#dashesObject

Returns the value of attribute dashes

Returns:

  • (Object)

    the current value of dashes



4
5
6
# File 'lib/singer/configuration.rb', line 4

def dashes
  @dashes
end

#project_name_camelcaseObject

Returns the value of attribute project_name_camelcase

Returns:

  • (Object)

    the current value of project_name_camelcase



4
5
6
# File 'lib/singer/configuration.rb', line 4

def project_name_camelcase
  @project_name_camelcase
end

#project_name_originalObject

Returns the value of attribute project_name_original

Returns:

  • (Object)

    the current value of project_name_original



4
5
6
# File 'lib/singer/configuration.rb', line 4

def project_name_original
  @project_name_original
end

#project_name_snakecaseObject

Returns the value of attribute project_name_snakecase

Returns:

  • (Object)

    the current value of project_name_snakecase



4
5
6
# File 'lib/singer/configuration.rb', line 4

def project_name_snakecase
  @project_name_snakecase
end

#template_file_name_actualObject

Returns the value of attribute template_file_name_actual

Returns:

  • (Object)

    the current value of template_file_name_actual



4
5
6
# File 'lib/singer/configuration.rb', line 4

def template_file_name_actual
  @template_file_name_actual
end

#template_file_name_originalObject

Returns the value of attribute template_file_name_original

Returns:

  • (Object)

    the current value of template_file_name_original



4
5
6
# File 'lib/singer/configuration.rb', line 4

def template_file_name_original
  @template_file_name_original
end

#template_nameObject

Returns the value of attribute template_name

Returns:

  • (Object)

    the current value of template_name



4
5
6
# File 'lib/singer/configuration.rb', line 4

def template_name
  @template_name
end