Class: Stupidedi::Schema::Generation::Models::SyntaxNote
- Inherits:
-
Struct
- Object
- Struct
- Stupidedi::Schema::Generation::Models::SyntaxNote
- Defined in:
- lib/stupidedi/schema/generation/models.rb
Overview
A segment syntax rule (P/R/C/E/L) over a set of element positions.
Instance Attribute Summary collapse
-
#condition_type ⇒ Object
Returns the value of attribute condition_type.
-
#description ⇒ Object
Returns the value of attribute description.
-
#element_positions ⇒ Object
Returns the value of attribute element_positions.
Instance Attribute Details
#condition_type ⇒ Object
Returns the value of attribute condition_type
45 46 47 |
# File 'lib/stupidedi/schema/generation/models.rb', line 45 def condition_type @condition_type end |
#description ⇒ Object
Returns the value of attribute description
45 46 47 |
# File 'lib/stupidedi/schema/generation/models.rb', line 45 def description @description end |
#element_positions ⇒ Object
Returns the value of attribute element_positions
45 46 47 |
# File 'lib/stupidedi/schema/generation/models.rb', line 45 def element_positions @element_positions end |