Class: Application::ApplicationParams
- Inherits:
-
Struct
- Object
- Struct
- Application::ApplicationParams
- Defined in:
- lib/a-commons.rb
Instance Attribute Summary collapse
-
#config_file ⇒ Object
Returns the value of attribute config_file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#persistent_file ⇒ Object
Returns the value of attribute persistent_file.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#config_file ⇒ Object
Returns the value of attribute config_file
1133 1134 1135 |
# File 'lib/a-commons.rb', line 1133 def config_file @config_file end |
#name ⇒ Object
Returns the value of attribute name
1133 1134 1135 |
# File 'lib/a-commons.rb', line 1133 def name @name end |
#persistent_file ⇒ Object
Returns the value of attribute persistent_file
1133 1134 1135 |
# File 'lib/a-commons.rb', line 1133 def persistent_file @persistent_file end |
#version ⇒ Object
Returns the value of attribute version
1133 1134 1135 |
# File 'lib/a-commons.rb', line 1133 def version @version end |