Class: Metanorma::Document::CLI::ToHtmlOptions
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Document::CLI::ToHtmlOptions
- Defined in:
- lib/metanorma/document/cli.rb
Instance Attribute Summary collapse
-
#flavor ⇒ Object
Returns the value of attribute flavor.
-
#output ⇒ Object
Returns the value of attribute output.
-
#xml_path ⇒ Object
Returns the value of attribute xml_path.
Instance Attribute Details
#flavor ⇒ Object
Returns the value of attribute flavor
20 21 22 |
# File 'lib/metanorma/document/cli.rb', line 20 def flavor @flavor end |
#output ⇒ Object
Returns the value of attribute output
20 21 22 |
# File 'lib/metanorma/document/cli.rb', line 20 def output @output end |
#xml_path ⇒ Object
Returns the value of attribute xml_path
20 21 22 |
# File 'lib/metanorma/document/cli.rb', line 20 def xml_path @xml_path end |