Class: Smplkit::ConfigResolution::ResolvedConfig 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



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def api_key
  @api_key
end

#base_domainObject

Returns the value of attribute base_domain

Returns:

  • (Object)

    the current value of base_domain



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def base_domain
  @base_domain
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def debug
  @debug
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def environment
  @environment
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def scheme
  @scheme
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def service
  @service
end

#telemetryObject

Returns the value of attribute telemetry

Returns:

  • (Object)

    the current value of telemetry



33
34
35
# File 'lib/smplkit/config_resolution.rb', line 33

def telemetry
  @telemetry
end