Class: Backhoe::Base

Inherits:
Struct
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/backhoe/base.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



4
5
6
# File 'lib/backhoe/base.rb', line 4

def config
  @config
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



4
5
6
# File 'lib/backhoe/base.rb', line 4

def file_path
  @file_path
end