Module: Lutaml::Lml::DataProcessor::ViewProcessing
- Included in:
- Lutaml::Lml::DataProcessor
- Defined in:
- lib/lutaml/lml/data_processor/view_processing.rb
Instance Method Summary collapse
Instance Method Details
#process_hide_list(data) ⇒ Object
11 12 13 |
# File 'lib/lutaml/lml/data_processor/view_processing.rb', line 11 def process_hide_list(data) extract_entity_names(data) end |
#process_show_list(data) ⇒ Object
7 8 9 |
# File 'lib/lutaml/lml/data_processor/view_processing.rb', line 7 def process_show_list(data) extract_entity_names(data) end |