Class: AbsorbApi::Department

Inherits:
Record
  • Object
show all
Defined in:
lib/absorb_api/department.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

all, can_create, can_search, find, #initialize, with_relationships

Constructor Details

This class inherits a constructor from AbsorbApi::Record

Instance Attribute Details

#company_nameObject

Returns the value of attribute company_name.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def company_name
  @company_name
end

#currency_idObject

Returns the value of attribute currency_id.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def currency_id
  @currency_id
end

#email_addressObject

Returns the value of attribute email_address.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def email_address
  @email_address
end

#external_idObject

Returns the value of attribute external_id.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def external_id
  @external_id
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def id
  @id
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def parent_id
  @parent_id
end

#phone_numberObject

Returns the value of attribute phone_number.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def phone_number
  @phone_number
end

#use_department_contact_detailsObject

Returns the value of attribute use_department_contact_details.



9
10
11
# File 'lib/absorb_api/department.rb', line 9

def use_department_contact_details
  @use_department_contact_details
end