Class: Stepmod::Utils::Converters::ExpressNote
- Inherits:
- 
      Base
      
        - Object
- ReverseAdoc::Converters::Base
- Base
- Stepmod::Utils::Converters::ExpressNote
 
- Defined in:
- lib/stepmod/utils/converters/express_note.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#convert(node, state = {}) ⇒ Object
| 7 8 9 10 11 12 13 14 | # File 'lib/stepmod/utils/converters/express_note.rb', line 7 def convert(node, state = {}) <<~TEMPLATE (*"#{state[:schema_and_entity]}.__note" #{treat_children(node, state).strip} *) TEMPLATE end |