Class: Stupidedi::Schema::Generation::Models::ElementCode
- Inherits:
-
Struct
- Object
- Struct
- Stupidedi::Schema::Generation::Models::ElementCode
- Defined in:
- lib/stupidedi/schema/generation/models.rb
Overview
A single code-list entry for an ID element.
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#paragraph ⇒ Object
Returns the value of attribute paragraph.
-
#partition ⇒ Object
Returns the value of attribute partition.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
31 32 33 |
# File 'lib/stupidedi/schema/generation/models.rb', line 31 def code @code end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/stupidedi/schema/generation/models.rb', line 31 def name @name end |
#paragraph ⇒ Object
Returns the value of attribute paragraph
31 32 33 |
# File 'lib/stupidedi/schema/generation/models.rb', line 31 def paragraph @paragraph end |
#partition ⇒ Object
Returns the value of attribute partition
31 32 33 |
# File 'lib/stupidedi/schema/generation/models.rb', line 31 def partition @partition end |