Class: Monokera::SDK::Configurator
- Inherits:
-
Configuration
- Object
- Configuration
- Monokera::SDK::Configurator
- Defined in:
- lib/monokera/sdk/configurator.rb
Instance Attribute Summary collapse
-
#service_name ⇒ Object
readonly
Returns the value of attribute service_name.
Attributes inherited from Configuration
#cache_duration, #host, #open_timeout, #timeout, #token
Instance Method Summary collapse
-
#initialize(service_name) ⇒ Configurator
constructor
A new instance of Configurator.
Methods inherited from Configuration
Constructor Details
#initialize(service_name) ⇒ Configurator
Returns a new instance of Configurator.
9 10 11 12 |
# File 'lib/monokera/sdk/configurator.rb', line 9 def initialize(service_name) super() @service_name = service_name end |
Instance Attribute Details
#service_name ⇒ Object (readonly)
Returns the value of attribute service_name.
6 7 8 |
# File 'lib/monokera/sdk/configurator.rb', line 6 def service_name @service_name end |