Class: AbsorbApi::Department

Inherits:
Base
  • Object
show all
Includes:
Relations
Defined in:
lib/absorb_api/department.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from AbsorbApi::Base

Instance Attribute Details

#company_nameObject

Returns the value of attribute company_name.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def company_name
  @company_name
end

#currency_idObject

Returns the value of attribute currency_id.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def currency_id
  @currency_id
end

#email_addressObject

Returns the value of attribute email_address.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def email_address
  @email_address
end

#external_idObject

Returns the value of attribute external_id.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def external_id
  @external_id
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def parent_id
  @parent_id
end

#phone_numberObject

Returns the value of attribute phone_number.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def phone_number
  @phone_number
end

#use_department_contact_detailsObject

Returns the value of attribute use_department_contact_details.



5
6
7
# File 'lib/absorb_api/department.rb', line 5

def use_department_contact_details
  @use_department_contact_details
end