Class: Mode::Commands::AnalyzeSchema

Inherits:
Thor
  • Object
show all
Defined in:
lib/mode/commands/analyze_schema.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, options = {}) ⇒ AnalyzeSchema

Returns a new instance of AnalyzeSchema.



9
10
11
12
# File 'lib/mode/commands/analyze_schema.rb', line 9

def initialize(path, options = {})
  @path = path
  @options = options
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



7
8
9
# File 'lib/mode/commands/analyze_schema.rb', line 7

def options
  @options
end

#pathObject

Returns the value of attribute path.



6
7
8
# File 'lib/mode/commands/analyze_schema.rb', line 6

def path
  @path
end