Class: Smplkit::ConfigResolution::ResolvedManagementConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject (readonly)

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



35
36
37
# File 'lib/smplkit/config_resolution.rb', line 35

def api_key
  @api_key
end

#base_domainObject (readonly)

Returns the value of attribute base_domain

Returns:

  • (Object)

    the current value of base_domain



35
36
37
# File 'lib/smplkit/config_resolution.rb', line 35

def base_domain
  @base_domain
end

#debugObject (readonly)

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



35
36
37
# File 'lib/smplkit/config_resolution.rb', line 35

def debug
  @debug
end

#schemeObject (readonly)

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



35
36
37
# File 'lib/smplkit/config_resolution.rb', line 35

def scheme
  @scheme
end