class SchemaDoc::Opts
Public Instance Methods
output_path()
click to toggle source
# File lib/schemadoc/cli/opts.rb, line 12 def output_path @output_path || '.' end
output_path=( value )
click to toggle source
# File lib/schemadoc/cli/opts.rb, line 8 def output_path=( value ) @output_path = value end