Class: Comptaline::Configuration
- Inherits:
-
Object
- Object
- Comptaline::Configuration
- Defined in:
- lib/comptaline.rb
Instance Attribute Summary collapse
-
#credit_note_journal ⇒ Object
Returns the value of attribute credit_note_journal.
-
#host_url ⇒ Object
Returns the value of attribute host_url.
-
#invoice_journal ⇒ Object
Returns the value of attribute invoice_journal.
-
#invoicer_subject_to_vat ⇒ Object
Returns the value of attribute invoicer_subject_to_vat.
-
#password ⇒ Object
Returns the value of attribute password.
-
#tmp_dir ⇒ Object
Returns the value of attribute tmp_dir.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#credit_note_journal ⇒ Object
Returns the value of attribute credit_note_journal.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def credit_note_journal @credit_note_journal end |
#host_url ⇒ Object
Returns the value of attribute host_url.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def host_url @host_url end |
#invoice_journal ⇒ Object
Returns the value of attribute invoice_journal.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def invoice_journal @invoice_journal end |
#invoicer_subject_to_vat ⇒ Object
Returns the value of attribute invoicer_subject_to_vat.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def invoicer_subject_to_vat @invoicer_subject_to_vat end |
#password ⇒ Object
Returns the value of attribute password.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def password @password end |
#tmp_dir ⇒ Object
Returns the value of attribute tmp_dir.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def tmp_dir @tmp_dir end |
#username ⇒ Object
Returns the value of attribute username.
16 17 18 |
# File 'lib/comptaline.rb', line 16 def username @username end |