Class: Alisms::Util::Configuration
- Inherits:
-
Object
- Object
- Alisms::Util::Configuration
- Defined in:
- lib/alisms/util/configuration.rb
Instance Attribute Summary collapse
-
#appcode ⇒ Object
Returns the value of attribute appcode.
-
#sign_name ⇒ Object
Returns the value of attribute sign_name.
-
#template_code ⇒ Object
Returns the value of attribute template_code.
Instance Attribute Details
#appcode ⇒ Object
Returns the value of attribute appcode.
4 5 6 |
# File 'lib/alisms/util/configuration.rb', line 4 def appcode @appcode end |
#sign_name ⇒ Object
Returns the value of attribute sign_name.
4 5 6 |
# File 'lib/alisms/util/configuration.rb', line 4 def sign_name @sign_name end |
#template_code ⇒ Object
Returns the value of attribute template_code.
4 5 6 |
# File 'lib/alisms/util/configuration.rb', line 4 def template_code @template_code end |