Class: SchemaDoc::Opts

Inherits:
Object
  • Object
show all
Defined in:
lib/schemadoc/cli/opts.rb

Instance Method Summary collapse

Instance Method Details

#output_pathObject



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