Class: Metanorma::Plugin::Lutaml::ParsedXmi

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/plugin/lutaml/xmi_parse_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#drop_optionsObject

Returns the value of attribute drop_options

Returns:

  • (Object)

    the current value of drop_options



9
10
11
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9

def drop_options
  @drop_options
end

#parserObject

Returns the value of attribute parser

Returns:

  • (Object)

    the current value of parser



9
10
11
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9

def parser
  @parser
end

#uml_documentObject

Returns the value of attribute uml_document

Returns:

  • (Object)

    the current value of uml_document



9
10
11
# File 'lib/metanorma/plugin/lutaml/xmi_parse_cache.rb', line 9

def uml_document
  @uml_document
end