Class: KDomain::Config::Configuration::ConfigModel
- Inherits:
-
Struct
- Object
- Struct
- KDomain::Config::Configuration::ConfigModel
- Defined in:
- lib/k_domain/config/configuration.rb
Instance Attribute Summary collapse
-
#main_key ⇒ Object
Returns the value of attribute main_key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#traits ⇒ Object
Returns the value of attribute traits.
Instance Attribute Details
#main_key ⇒ Object
Returns the value of attribute main_key
9 10 11 |
# File 'lib/k_domain/config/configuration.rb', line 9 def main_key @main_key end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/k_domain/config/configuration.rb', line 9 def name @name end |
#traits ⇒ Object
Returns the value of attribute traits
9 10 11 |
# File 'lib/k_domain/config/configuration.rb', line 9 def traits @traits end |