Class: Zaikio::Loom::AppConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/zaikio/loom/app_configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_nameObject

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

#passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/zaikio/loom/app_configuration.rb', line 4

def password
  @password
end