Class: Tramway::Configs::Entity::HumanNameStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/tramway/configs/entity.rb

Overview

HumanNameStruct contains human names forms for the entity

Instance Attribute Summary collapse

Instance Attribute Details

#pluralObject

Returns the value of attribute plural

Returns:

  • (Object)

    the current value of plural



17
18
19
# File 'lib/tramway/configs/entity.rb', line 17

def plural
  @plural
end

#singleObject

Returns the value of attribute single

Returns:

  • (Object)

    the current value of single



17
18
19
# File 'lib/tramway/configs/entity.rb', line 17

def single
  @single
end