Class: EasyInvoices::Configuration
- Inherits:
-
Object
- Object
- EasyInvoices::Configuration
- Defined in:
- lib/easy_invoices/configuration.rb
Instance Attribute Summary collapse
-
#act_dir ⇒ Object
Returns the value of attribute act_dir.
-
#invoice_dir ⇒ Object
Returns the value of attribute invoice_dir.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 |
# File 'lib/easy_invoices/configuration.rb', line 5 def initialize @act_dir = nil @invoice_dir = nil end |
Instance Attribute Details
#act_dir ⇒ Object
Returns the value of attribute act_dir.
3 4 5 |
# File 'lib/easy_invoices/configuration.rb', line 3 def act_dir @act_dir end |
#invoice_dir ⇒ Object
Returns the value of attribute invoice_dir.
3 4 5 |
# File 'lib/easy_invoices/configuration.rb', line 3 def invoice_dir @invoice_dir end |