Class: Smplkit::ConfigResolution::ResolvedConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/smplkit/config_resolution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def api_key
  @api_key
end

#base_domainObject

Returns the value of attribute base_domain

Returns:

  • (Object)

    the current value of base_domain



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def base_domain
  @base_domain
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def debug
  @debug
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def environment
  @environment
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def scheme
  @scheme
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def service
  @service
end

#telemetryObject

Returns the value of attribute telemetry

Returns:

  • (Object)

    the current value of telemetry



31
32
33
# File 'lib/smplkit/config_resolution.rb', line 31

def telemetry
  @telemetry
end