Class: Comptaline::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#credit_note_journalObject

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_urlObject

Returns the value of attribute host_url.



16
17
18
# File 'lib/comptaline.rb', line 16

def host_url
  @host_url
end

#invoice_journalObject

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_vatObject

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

#passwordObject

Returns the value of attribute password.



16
17
18
# File 'lib/comptaline.rb', line 16

def password
  @password
end

#tmp_dirObject

Returns the value of attribute tmp_dir.



16
17
18
# File 'lib/comptaline.rb', line 16

def tmp_dir
  @tmp_dir
end

#usernameObject

Returns the value of attribute username.



16
17
18
# File 'lib/comptaline.rb', line 16

def username
  @username
end