Class: SocialHubHttpUtility::Configuration
- Inherits:
-
Object
- Object
- SocialHubHttpUtility::Configuration
- Defined in:
- lib/socialHub_httpUtility.rb
Instance Attribute Summary collapse
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#service_port ⇒ Object
Returns the value of attribute service_port.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
10 11 12 13 |
# File 'lib/socialHub_httpUtility.rb', line 10 def initialize @service_name = nil @service_port = nil end |
Instance Attribute Details
#service_name ⇒ Object
Returns the value of attribute service_name.
8 9 10 |
# File 'lib/socialHub_httpUtility.rb', line 8 def service_name @service_name end |
#service_port ⇒ Object
Returns the value of attribute service_port.
8 9 10 |
# File 'lib/socialHub_httpUtility.rb', line 8 def service_port @service_port end |