Class: SchemaDoc::Opts
- Inherits:
-
Object
- Object
- SchemaDoc::Opts
- Defined in:
- lib/schemadoc/cli/opts.rb
Instance Method Summary collapse
Instance Method Details
#output_path ⇒ Object
12 13 14 |
# File 'lib/schemadoc/cli/opts.rb', line 12 def output_path @output_path || '.' end |
#output_path=(value) ⇒ Object
8 9 10 |
# File 'lib/schemadoc/cli/opts.rb', line 8 def output_path=( value ) @output_path = value end |