Class: Fishbowl::Configuration
- Inherits:
-
Object
- Object
- Fishbowl::Configuration
- Defined in:
- lib/fishbowl/configuration.rb
Instance Attribute Summary collapse
-
#app_description ⇒ Object
Returns the value of attribute app_description.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/fishbowl/configuration.rb', line 5 def initialize @debug = false end |
Instance Attribute Details
#app_description ⇒ Object
Returns the value of attribute app_description.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def app_description @app_description end |
#app_id ⇒ Object
Returns the value of attribute app_id.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def app_id @app_id end |
#app_name ⇒ Object
Returns the value of attribute app_name.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def app_name @app_name end |
#debug ⇒ Object
Returns the value of attribute debug.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def debug @debug end |
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def host @host end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def port @port end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/fishbowl/configuration.rb', line 3 def username @username end |