Module: FactorySloth
- Defined in:
- lib/factory_sloth.rb,
lib/factory_sloth/cli.rb,
lib/factory_sloth/version.rb,
lib/factory_sloth/code_mod.rb,
lib/factory_sloth/file_processor.rb
Defined Under Namespace
Modules: CLI, Color, DoneTracker, ExecutionCheck, FileProcessor, SpecPicker, SpecRunner Classes: CodeMod, CreateCallFinder
Constant Summary collapse
- VERSION =
'1.3.1'
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#force ⇒ Object
Returns the value of attribute force.
-
#lint ⇒ Object
Returns the value of attribute lint.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#dry_run ⇒ Object
Returns the value of attribute dry_run.
2 3 4 |
# File 'lib/factory_sloth.rb', line 2 def dry_run @dry_run end |
#force ⇒ Object
Returns the value of attribute force.
2 3 4 |
# File 'lib/factory_sloth.rb', line 2 def force @force end |
#lint ⇒ Object
Returns the value of attribute lint.
2 3 4 |
# File 'lib/factory_sloth.rb', line 2 def lint @lint end |
#verbose ⇒ Object
Returns the value of attribute verbose.
2 3 4 |
# File 'lib/factory_sloth.rb', line 2 def verbose @verbose end |