Class: Singer::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Singer::Configuration
- Defined in:
- lib/singer/configuration.rb
Overview
holds settings
Instance Attribute Summary collapse
-
#dashes ⇒ Object
Returns the value of attribute dashes.
-
#project_name_camelcase ⇒ Object
Returns the value of attribute project_name_camelcase.
-
#project_name_original ⇒ Object
Returns the value of attribute project_name_original.
-
#project_name_snakecase ⇒ Object
Returns the value of attribute project_name_snakecase.
-
#template_file_name_actual ⇒ Object
Returns the value of attribute template_file_name_actual.
-
#template_file_name_original ⇒ Object
Returns the value of attribute template_file_name_original.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
Instance Attribute Details
#dashes ⇒ Object
Returns the value of attribute dashes
4 5 6 |
# File 'lib/singer/configuration.rb', line 4 def dashes @dashes end |
#project_name_camelcase ⇒ Object
Returns the value of attribute project_name_camelcase
4 5 6 |
# File 'lib/singer/configuration.rb', line 4 def project_name_camelcase @project_name_camelcase end |
#project_name_original ⇒ Object
Returns the value of attribute project_name_original
4 5 6 |
# File 'lib/singer/configuration.rb', line 4 def project_name_original @project_name_original end |
#project_name_snakecase ⇒ Object
Returns the value of attribute project_name_snakecase
4 5 6 |
# File 'lib/singer/configuration.rb', line 4 def project_name_snakecase @project_name_snakecase end |
#template_file_name_actual ⇒ Object
Returns the value of attribute 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_original ⇒ Object
Returns the value of attribute 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_name ⇒ Object
Returns the value of attribute template_name
4 5 6 |
# File 'lib/singer/configuration.rb', line 4 def template_name @template_name end |