Class: TaxJp::DbBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/tax_jp/db_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(db_path) ⇒ DbBuilder

Returns a new instance of DbBuilder.



6
7
8
# File 'lib/tax_jp/db_builder.rb', line 6

def initialize(db_path)
  @db_path = db_path
end

Instance Attribute Details

#db_pathObject (readonly)

Returns the value of attribute db_path.



4
5
6
# File 'lib/tax_jp/db_builder.rb', line 4

def db_path
  @db_path
end