Class: TaxJp::DbBuilder
- Inherits:
-
Object
- Object
- TaxJp::DbBuilder
- Defined in:
- lib/tax_jp/db_builder.rb
Direct Known Subclasses
LaborInsurances::EmploymentInsuranceDbBuilder, SocialInsurances::DbBuilder, WithheldTaxes::BonusDbBuilder, WithheldTaxes::MonthlyDbBuilder
Instance Attribute Summary collapse
-
#db_path ⇒ Object
readonly
Returns the value of attribute db_path.
Instance Method Summary collapse
-
#initialize(db_path) ⇒ DbBuilder
constructor
A new instance of DbBuilder.
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_path ⇒ Object (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 |