Class: Smplkit::ConfigResolution::ResolvedManagementConfig
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::ConfigResolution::ResolvedManagementConfig
- Defined in:
- lib/smplkit/config_resolution.rb
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.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
36 37 38 |
# File 'lib/smplkit/config_resolution.rb', line 36 def api_key @api_key end |
#base_domain ⇒ Object
Returns the value of attribute base_domain
36 37 38 |
# File 'lib/smplkit/config_resolution.rb', line 36 def base_domain @base_domain end |
#debug ⇒ Object
Returns the value of attribute debug
36 37 38 |
# File 'lib/smplkit/config_resolution.rb', line 36 def debug @debug end |
#scheme ⇒ Object
Returns the value of attribute scheme
36 37 38 |
# File 'lib/smplkit/config_resolution.rb', line 36 def scheme @scheme end |