Class: Smplkit::ConfigResolution::ResolvedConfig
- Inherits:
-
Data
- Object
- Data
- Smplkit::ConfigResolution::ResolvedConfig
- Defined in:
- lib/smplkit/config_resolution.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
-
#base_domain ⇒ Object
readonly
Returns the value of attribute base_domain.
-
#debug ⇒ Object
readonly
Returns the value of attribute debug.
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
-
#scheme ⇒ Object
readonly
Returns the value of attribute scheme.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
-
#telemetry ⇒ Object
readonly
Returns the value of attribute telemetry.
Instance Attribute Details
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def api_key @api_key end |
#base_domain ⇒ Object (readonly)
Returns the value of attribute base_domain
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def base_domain @base_domain end |
#debug ⇒ Object (readonly)
Returns the value of attribute debug
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def debug @debug end |
#environment ⇒ Object (readonly)
Returns the value of attribute environment
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def environment @environment end |
#scheme ⇒ Object (readonly)
Returns the value of attribute scheme
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def scheme @scheme end |
#service ⇒ Object (readonly)
Returns the value of attribute service
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def service @service end |
#telemetry ⇒ Object (readonly)
Returns the value of attribute telemetry
31 32 33 |
# File 'lib/smplkit/config_resolution.rb', line 31 def telemetry @telemetry end |