Class: Landslider::WsContact

Inherits:
WsEntity show all
Defined in:
lib/landslider/entities/ws_contact.rb

Overview

represents a contact

Instance Attribute Summary collapse

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#account_contactWsAccountContact (readonly)

Returns:

  • (WsAccountContact)


37
38
39
# File 'lib/landslider/entities/ws_contact.rb', line 37

def 
  @account_contact
end

#account_nameString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_contact.rb', line 10

def 
  @account_name
end

#archived_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_contact.rb', line 7

def archived_by
  @archived_by
end

#archived_onDate (readonly)

Returns:

  • (Date)


13
14
15
# File 'lib/landslider/entities/ws_contact.rb', line 13

def archived_on
  @archived_on
end

#buyerBoolean (readonly)

Returns:

  • (Boolean)


16
17
18
# File 'lib/landslider/entities/ws_contact.rb', line 16

def buyer
  @buyer
end

#cell_phoneString (readonly)

Returns:

  • (String)


19
20
21
# File 'lib/landslider/entities/ws_contact.rb', line 19

def cell_phone
  @cell_phone
end

#commentsString (readonly)

Returns:

  • (String)


19
20
21
# File 'lib/landslider/entities/ws_contact.rb', line 19

def comments
  @comments
end

#company_nameString (readonly)

Returns:

  • (String)


19
20
21
# File 'lib/landslider/entities/ws_contact.rb', line 19

def company_name
  @company_name
end

#contact_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_contact.rb', line 7

def contact_id
  @contact_id
end

#contact_typeWsContactType (readonly)

Returns:

  • (WsContactType)


31
32
33
# File 'lib/landslider/entities/ws_contact.rb', line 31

def contact_type
  @contact_type
end

#create_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_contact.rb', line 7

def create_by
  @create_by
end

#created_onDate (readonly)

Returns:

  • (Date)


13
14
15
# File 'lib/landslider/entities/ws_contact.rb', line 13

def created_on
  @created_on
end

#departmentString (readonly)

Returns:

  • (String)


22
23
24
# File 'lib/landslider/entities/ws_contact.rb', line 22

def department
  @department
end

#descriptionString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_contact.rb', line 10

def description
  @description
end

#emailString (readonly)

Returns:

  • (String)


22
23
24
# File 'lib/landslider/entities/ws_contact.rb', line 22

def email
  @email
end

#faxString (readonly)

Returns:

  • (String)


22
23
24
# File 'lib/landslider/entities/ws_contact.rb', line 22

def fax
  @fax
end

#first_nameString (readonly)

Returns:

  • (String)


22
23
24
# File 'lib/landslider/entities/ws_contact.rb', line 22

def first_name
  @first_name
end

#home_phoneString (readonly)

Returns:

  • (String)


25
26
27
# File 'lib/landslider/entities/ws_contact.rb', line 25

def home_phone
  @home_phone
end

#last_nameString (readonly)

Returns:

  • (String)


25
26
27
# File 'lib/landslider/entities/ws_contact.rb', line 25

def last_name
  @last_name
end

#middle_initialsString (readonly)

Returns:

  • (String)


25
26
27
# File 'lib/landslider/entities/ws_contact.rb', line 25

def middle_initials
  @middle_initials
end

#nameString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_contact.rb', line 10

def name
  @name
end

#owner_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_contact.rb', line 7

def owner_id
  @owner_id
end

#source_system_idString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_contact.rb', line 10

def source_system_id
  @source_system_id
end

#suffixString (readonly)

Returns:

  • (String)


25
26
27
# File 'lib/landslider/entities/ws_contact.rb', line 25

def suffix
  @suffix
end

#update_byInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_contact.rb', line 7

def update_by
  @update_by
end

#updated_onDate (readonly)

Returns:

  • (Date)


13
14
15
# File 'lib/landslider/entities/ws_contact.rb', line 13

def updated_on
  @updated_on
end

#work_addressWsAddress (readonly)

Returns:



34
35
36
# File 'lib/landslider/entities/ws_contact.rb', line 34

def work_address
  @work_address
end