Class: Stupidedi::Schema::Generation::Models::SyntaxNote

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#condition_typeObject

Returns the value of attribute condition_type

Returns:

  • (Object)

    the current value of condition_type



45
46
47
# File 'lib/stupidedi/schema/generation/models.rb', line 45

def condition_type
  @condition_type
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



45
46
47
# File 'lib/stupidedi/schema/generation/models.rb', line 45

def description
  @description
end

#element_positionsObject

Returns the value of attribute element_positions

Returns:

  • (Object)

    the current value of element_positions



45
46
47
# File 'lib/stupidedi/schema/generation/models.rb', line 45

def element_positions
  @element_positions
end