Class: Smplkit::ConfigResolution::ResolvedConfig Private
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::ConfigResolution::ResolvedConfig
- Defined in:
- lib/smplkit/config_resolution.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_domain ⇒ Object
Returns the value of attribute base_domain.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#service ⇒ Object
Returns the value of attribute service.
-
#telemetry ⇒ Object
Returns the value of attribute telemetry.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def api_key @api_key end |
#base_domain ⇒ Object
Returns the value of attribute base_domain
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def base_domain @base_domain end |
#debug ⇒ Object
Returns the value of attribute debug
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def debug @debug end |
#environment ⇒ Object
Returns the value of attribute environment
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def environment @environment end |
#scheme ⇒ Object
Returns the value of attribute scheme
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def scheme @scheme end |
#service ⇒ Object
Returns the value of attribute service
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def service @service end |
#telemetry ⇒ Object
Returns the value of attribute telemetry
33 34 35 |
# File 'lib/smplkit/config_resolution.rb', line 33 def telemetry @telemetry end |