Class: Smplkit::ConfigResolution::ResolvedManagementConfig

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



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

def api_key
  @api_key
end

#base_domainObject

Returns the value of attribute base_domain

Returns:

  • (Object)

    the current value of base_domain



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

def base_domain
  @base_domain
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



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

def debug
  @debug
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



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

def scheme
  @scheme
end