Class: Mode::Commands::AnalyzeSchema
- Inherits:
-
Thor
- Object
- Thor
- Mode::Commands::AnalyzeSchema
- Defined in:
- lib/mode/commands/analyze_schema.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, options = {}) ⇒ AnalyzeSchema
constructor
A new instance of AnalyzeSchema.
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, = {}) @path = path @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/mode/commands/analyze_schema.rb', line 7 def @options end |
#path ⇒ Object
Returns the value of attribute path.
6 7 8 |
# File 'lib/mode/commands/analyze_schema.rb', line 6 def path @path end |