Class: Backhoe::Base
- Inherits:
-
Struct
- Object
- Struct
- Backhoe::Base
- Includes:
- Rake::DSL
- Defined in:
- lib/backhoe.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
28 29 30 |
# File 'lib/backhoe.rb', line 28 def config @config end |
#file_path ⇒ Object
Returns the value of attribute file_path
28 29 30 |
# File 'lib/backhoe.rb', line 28 def file_path @file_path end |