Class: Backhoe::Base

Inherits:
Struct
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/backhoe.rb

Direct Known Subclasses

Mysql, Postgresql, Sqlite3

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



28
29
30
# File 'lib/backhoe.rb', line 28

def config
  @config
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



28
29
30
# File 'lib/backhoe.rb', line 28

def file_path
  @file_path
end