Class: Metanorma::Document::CLI::ToMirrorOptions

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



11
12
13
# File 'lib/metanorma/document/cli.rb', line 11

def flavor
  @flavor
end

#id_strategyObject

Returns the value of attribute id_strategy

Returns:

  • (Object)

    the current value of id_strategy



11
12
13
# File 'lib/metanorma/document/cli.rb', line 11

def id_strategy
  @id_strategy
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



11
12
13
# File 'lib/metanorma/document/cli.rb', line 11

def output
  @output
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'lib/metanorma/document/cli.rb', line 11

def title
  @title
end

#xml_pathObject

Returns the value of attribute xml_path

Returns:

  • (Object)

    the current value of xml_path



11
12
13
# File 'lib/metanorma/document/cli.rb', line 11

def xml_path
  @xml_path
end