Class: Metanorma::Plugin::Lutaml::ParsedXmi
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Plugin::Lutaml::ParsedXmi
- Defined in:
- lib/metanorma/plugin/lutaml/xmi_parse_cache.rb
Instance Attribute Summary collapse
-
#drop_options ⇒ Object
Returns the value of attribute drop_options.
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#uml_document ⇒ Object
Returns the value of attribute uml_document.
Instance Attribute Details
#drop_options ⇒ Object
Returns the value of attribute drop_options
9 10 11 |
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9 def @drop_options end |
#parser ⇒ Object
Returns the value of attribute parser
9 10 11 |
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9 def parser @parser end |
#uml_document ⇒ Object
Returns the value of attribute uml_document
9 10 11 |
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9 def uml_document @uml_document end |