Class: Nonnative::ConfigurationService
- Inherits:
-
Object
- Object
- Nonnative::ConfigurationService
- Defined in:
- lib/nonnative/configuration_service.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#log ⇒ Object
Returns the value of attribute log.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#initialize ⇒ ConfigurationService
constructor
A new instance of ConfigurationService.
Constructor Details
#initialize ⇒ ConfigurationService
8 9 10 |
# File 'lib/nonnative/configuration_service.rb', line 8 def initialize @proxy = Nonnative::ConfigurationProxy.new end |
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
5 6 7 |
# File 'lib/nonnative/configuration_service.rb', line 5 def log @log end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/nonnative/configuration_service.rb', line 5 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/nonnative/configuration_service.rb', line 5 def port @port end |
#proxy ⇒ Object
Returns the value of attribute proxy.
6 7 8 |
# File 'lib/nonnative/configuration_service.rb', line 6 def proxy @proxy end |
#timeout ⇒ Object
Returns the value of attribute timeout.
5 6 7 |
# File 'lib/nonnative/configuration_service.rb', line 5 def timeout @timeout end |