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