Class: KDomain::DomainModel::NameOptions
- Inherits:
-
Object
- Object
- KDomain::DomainModel::NameOptions
- Defined in:
- lib/k_domain/schemas/domain/old/name_options.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/k_domain/schemas/domain/old/name_options.rb', line 6 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/k_domain/schemas/domain/old/name_options.rb', line 7 def @options end |