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