Class: Landslider::WsLead

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

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_idInteger (readonly)

Returns:

  • (Integer)


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

def 
  @account_id
end

#account_nameString (readonly)

Returns:

  • (String)


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

def 
  @account_name
end

#created_byInteger (readonly)

Returns:

  • (Integer)


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

def created_by
  @created_by
end

#descriptionString (readonly)

Returns:

  • (String)


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

def description
  @description
end

#hotBoolean (readonly)

Returns:

  • (Boolean)


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

def hot
  @hot
end

#lead_contactWsContact (readonly)

Returns:



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

def lead_contact
  @lead_contact
end

#lead_idInteger (readonly)

Returns:

  • (Integer)


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

def lead_id
  @lead_id
end

#lead_ratingWsLeadRating (readonly)

Returns:

  • (WsLeadRating)


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

def lead_rating
  @lead_rating
end

#lead_selling_processWsSellingProcess (readonly)

Returns:



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

def lead_selling_process
  @lead_selling_process
end

#lead_sourceWsLeadSource (readonly)

Returns:

  • (WsLeadSource)


28
29
30
# File 'lib/landslider/entities/ws_lead.rb', line 28

def lead_source
  @lead_source
end

#lead_statusWsLeadStatus (readonly)

Returns:

  • (WsLeadStatus)


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

def lead_status
  @lead_status
end

#lead_targetWsLeadTarget (readonly)

Returns:

  • (WsLeadTarget)


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

def lead_target
  @lead_target
end

#nameString (readonly)

Returns:

  • (String)


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

def name
  @name
end

#ok_to_callBoolean (readonly)

Returns:

  • (Boolean)


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

def ok_to_call
  @ok_to_call
end

#ok_to_emailBoolean (readonly)

Returns:

  • (Boolean)


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

def ok_to_email
  @ok_to_email
end

#primary_owner_idInteger (readonly)

Returns:

  • (Integer)


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

def primary_owner_id
  @primary_owner_id
end

#source_system_idString (readonly)

Returns:

  • (String)


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

def source_system_id
  @source_system_id
end

#target_idInteger (readonly)

Returns:

  • (Integer)


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

def target_id
  @target_id
end