Class: ClientsideAws::Configuration
- Inherits:
-
Object
- Object
- ClientsideAws::Configuration
- Defined in:
- lib/clientside_aws/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 12 |
# File 'lib/clientside_aws/configuration.rb', line 9 def initialize @host = 'aws' @port = 4567 end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
6 7 8 |
# File 'lib/clientside_aws/configuration.rb', line 6 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
7 8 9 |
# File 'lib/clientside_aws/configuration.rb', line 7 def port @port end |