Module: IntacctRB

Extended by:
IntacctRB
Included in:
IntacctRB
Defined in:
lib/intacctrb.rb,
lib/intacctrb/base.rb,
lib/intacctrb/bill.rb,
lib/intacctrb/vendor.rb,
lib/intacctrb/account.rb,
lib/intacctrb/invoice.rb,
lib/intacctrb/version.rb,
lib/intacctrb/customer.rb,
lib/intacctrb/ap_payment.rb,
lib/intacctrb/attachment.rb,
lib/intacctrb/journal_entry.rb,
lib/intacctrb/exceptions/base.rb,
lib/intacctrb/exceptions/bill.rb,
lib/intacctrb/exceptions/vendor.rb,
lib/intacctrb/exceptions/attachment.rb

Defined Under Namespace

Modules: Exceptions Classes: APPayment, Account, Attachment, Base, Bill, Customer, Invoice, JournalEntry, Vendor

Constant Summary collapse

VERSION =
"0.4.6"

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#app_company_idObject

Returns the value of attribute app_company_id.



34
35
36
# File 'lib/intacctrb.rb', line 34

def app_company_id
  @app_company_id
end

#app_passwordObject

Returns the value of attribute app_password.



34
35
36
# File 'lib/intacctrb.rb', line 34

def app_password
  @app_password
end

#app_user_idObject

Returns the value of attribute app_user_id.



34
35
36
# File 'lib/intacctrb.rb', line 34

def app_user_id
  @app_user_id
end

#bill_prefixObject

Returns the value of attribute bill_prefix.



34
35
36
# File 'lib/intacctrb.rb', line 34

def bill_prefix
  @bill_prefix
end

#customer_prefixObject

Returns the value of attribute customer_prefix.



34
35
36
# File 'lib/intacctrb.rb', line 34

def customer_prefix
  @customer_prefix
end

#invoice_prefixObject

Returns the value of attribute invoice_prefix.



34
35
36
# File 'lib/intacctrb.rb', line 34

def invoice_prefix
  @invoice_prefix
end

#vendor_prefixObject

Returns the value of attribute vendor_prefix.



34
35
36
# File 'lib/intacctrb.rb', line 34

def vendor_prefix
  @vendor_prefix
end

#xml_passwordObject

Returns the value of attribute xml_password.



34
35
36
# File 'lib/intacctrb.rb', line 34

def xml_password
  @xml_password
end

#xml_sender_idObject

Returns the value of attribute xml_sender_id.



34
35
36
# File 'lib/intacctrb.rb', line 34

def xml_sender_id
  @xml_sender_id
end

Instance Method Details

#setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (IntacctRB)

    the object that the method was called on



39
40
41
# File 'lib/intacctrb.rb', line 39

def setup
  yield self
end