Class: Backhoe::Load
- Inherits:
-
Struct
- Object
- Struct
- Backhoe::Load
- Includes:
- Rake::DSL
- Defined in:
- lib/backhoe/load.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
Returns the value of attribute database.
-
#drop_and_create ⇒ Object
Returns the value of attribute drop_and_create.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Method Summary collapse
Instance Attribute Details
#database ⇒ Object
Returns the value of attribute database
4 5 6 |
# File 'lib/backhoe/load.rb', line 4 def database @database end |
#drop_and_create ⇒ Object
Returns the value of attribute drop_and_create
4 5 6 |
# File 'lib/backhoe/load.rb', line 4 def drop_and_create @drop_and_create end |
#file_path ⇒ Object
Returns the value of attribute file_path
4 5 6 |
# File 'lib/backhoe/load.rb', line 4 def file_path @file_path end |
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/backhoe/load.rb', line 7 def call sh command end |