Class: Zaikio::Loom::AppConfiguration
- Inherits:
-
Object
- Object
- Zaikio::Loom::AppConfiguration
- Defined in:
- lib/zaikio/loom/app_configuration.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(app_name) ⇒ AppConfiguration
constructor
A new instance of AppConfiguration.
Constructor Details
#initialize(app_name) ⇒ AppConfiguration
Returns a new instance of AppConfiguration.
6 7 8 |
# File 'lib/zaikio/loom/app_configuration.rb', line 6 def initialize(app_name) @app_name = app_name end |
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name.
4 5 6 |
# File 'lib/zaikio/loom/app_configuration.rb', line 4 def app_name @app_name end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/zaikio/loom/app_configuration.rb', line 4 def password @password end |