Class: KDomain::Config::Configuration::ConfigModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/k_domain/config/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#main_keyObject

Returns the value of attribute main_key

Returns:

  • (Object)

    the current value of main_key



9
10
11
# File 'lib/k_domain/config/configuration.rb', line 9

def main_key
  @main_key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/k_domain/config/configuration.rb', line 9

def name
  @name
end

#traitsObject

Returns the value of attribute traits

Returns:

  • (Object)

    the current value of traits



9
10
11
# File 'lib/k_domain/config/configuration.rb', line 9

def traits
  @traits
end