Class: Metanorma::Document::CLI::ToHtmlOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/document/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flavorObject

Returns the value of attribute flavor

Returns:

  • (Object)

    the current value of flavor



20
21
22
# File 'lib/metanorma/document/cli.rb', line 20

def flavor
  @flavor
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



20
21
22
# File 'lib/metanorma/document/cli.rb', line 20

def output
  @output
end

#xml_pathObject

Returns the value of attribute xml_path

Returns:

  • (Object)

    the current value of xml_path



20
21
22
# File 'lib/metanorma/document/cli.rb', line 20

def xml_path
  @xml_path
end