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