Class: BulletTrain::SuperScaffolding::Scaffolder
- Inherits:
-
Object
- Object
- BulletTrain::SuperScaffolding::Scaffolder
- Defined in:
- lib/bullet_train/super_scaffolding/scaffolder.rb
Direct Known Subclasses
BulletTrain::SuperScaffolding::Scaffolders::CrudFieldScaffolder, BulletTrain::SuperScaffolding::Scaffolders::CrudScaffolder, BulletTrain::SuperScaffolding::Scaffolders::JoinModelScaffolder, BulletTrain::SuperScaffolding::Scaffolders::OauthProviderScaffolder
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
Instance Method Summary collapse
-
#initialize(argv, options) ⇒ Scaffolder
constructor
A new instance of Scaffolder.
Constructor Details
#initialize(argv, options) ⇒ Scaffolder
Returns a new instance of Scaffolder.
6 7 8 9 10 |
# File 'lib/bullet_train/super_scaffolding/scaffolder.rb', line 6 def initialize(argv, ) # Just setting these like this so the code we moved around still runs. self.argv = argv @options = end |
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv.
4 5 6 |
# File 'lib/bullet_train/super_scaffolding/scaffolder.rb', line 4 def argv @argv end |