Class: Tramway::Configs::Entity::HumanNameStruct
- Inherits:
-
Struct
- Object
- Struct
- Tramway::Configs::Entity::HumanNameStruct
- Defined in:
- lib/tramway/configs/entity.rb
Overview
HumanNameStruct contains human names forms for the entity
Instance Attribute Summary collapse
-
#plural ⇒ Object
Returns the value of attribute plural.
-
#single ⇒ Object
Returns the value of attribute single.
Instance Attribute Details
#plural ⇒ Object
Returns the value of attribute plural
17 18 19 |
# File 'lib/tramway/configs/entity.rb', line 17 def plural @plural end |
#single ⇒ Object
Returns the value of attribute single
17 18 19 |
# File 'lib/tramway/configs/entity.rb', line 17 def single @single end |