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/error.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.4.2"

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#app_company_id ⇒ Object

Returns the value of attribute app_company_id.



32
33
34
# File 'lib/intacctrb.rb', line 32

def app_company_id
  @app_company_id
end

#app_password ⇒ Object

Returns the value of attribute app_password.



32
33
34
# File 'lib/intacctrb.rb', line 32

def app_password
  @app_password
end

#app_user_id ⇒ Object

Returns the value of attribute app_user_id.



32
33
34
# File 'lib/intacctrb.rb', line 32

def app_user_id
  @app_user_id
end

#bill_prefix ⇒ Object

Returns the value of attribute bill_prefix.



32
33
34
# File 'lib/intacctrb.rb', line 32

def bill_prefix
  @bill_prefix
end

#customer_prefix ⇒ Object

Returns the value of attribute customer_prefix.



32
33
34
# File 'lib/intacctrb.rb', line 32

def customer_prefix
  @customer_prefix
end

#invoice_prefix ⇒ Object

Returns the value of attribute invoice_prefix.



32
33
34
# File 'lib/intacctrb.rb', line 32

def invoice_prefix
  @invoice_prefix
end

#vendor_prefix ⇒ Object

Returns the value of attribute vendor_prefix.



32
33
34
# File 'lib/intacctrb.rb', line 32

def vendor_prefix
  @vendor_prefix
end

#xml_password ⇒ Object

Returns the value of attribute xml_password.



32
33
34
# File 'lib/intacctrb.rb', line 32

def xml_password
  @xml_password
end

#xml_sender_id ⇒ Object

Returns the value of attribute xml_sender_id.



32
33
34
# File 'lib/intacctrb.rb', line 32

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



37
38
39
# File 'lib/intacctrb.rb', line 37

def setup
  yield self
end