Class: Fishbowl::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fishbowl/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_descriptionObject

Returns the value of attribute app_description.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def app_description
  @app_description
end

#app_idObject

Returns the value of attribute app_id.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def app_id
  @app_id
end

#app_nameObject

Returns the value of attribute app_name.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def app_name
  @app_name
end

#debugObject

Returns the value of attribute debug.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def debug
  @debug
end

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def host
  @host
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def password
  @password
end

#portObject

Returns the value of attribute port.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def port
  @port
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/fishbowl/configuration.rb', line 3

def username
  @username
end