Class: Smplkit::ConfigResolution::ResolvedClientConfig Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



38
39
40
# File 'lib/smplkit/config_resolution.rb', line 38

def api_key
  @api_key
end

#base_domainObject

Returns the value of attribute base_domain

Returns:

  • (Object)

    the current value of base_domain



38
39
40
# File 'lib/smplkit/config_resolution.rb', line 38

def base_domain
  @base_domain
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



38
39
40
# File 'lib/smplkit/config_resolution.rb', line 38

def debug
  @debug
end

#extra_headersObject

Returns the value of attribute extra_headers

Returns:

  • (Object)

    the current value of extra_headers



38
39
40
# File 'lib/smplkit/config_resolution.rb', line 38

def extra_headers
  @extra_headers
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



38
39
40
# File 'lib/smplkit/config_resolution.rb', line 38

def scheme
  @scheme
end