Class: Landslider::WsOpportunity

Inherits:
WsPrimaryEntity show all
Defined in:
lib/landslider/entities/ws_opportunity.rb

Instance Attribute Summary collapse

Attributes inherited from WsPrimaryEntity

#suppress_id_validation

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#account_nameString (readonly)

Returns:

  • (String)


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

def 
  @account_name
end

#archived_byInteger (readonly)

Returns:

  • (Integer)


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

def archived_by
  @archived_by
end

#confidenceInteger (readonly)

Returns:

  • (Integer)


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

def confidence
  @confidence
end

#created_byInteger (readonly)

Returns:

  • (Integer)


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

def created_by
  @created_by
end

#created_onDate (readonly)

Returns:

  • (Date)


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

def created_on
  @created_on
end

#current_phase_idInteger (readonly)

Returns:

  • (Integer)


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

def current_phase_id
  @current_phase_id
end

#current_phase_nameString (readonly)

Returns:

  • (String)


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

def current_phase_name
  @current_phase_name
end

#descriptionString (readonly)

Returns:

  • (String)


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

def description
  @description
end

#hotBoolean (readonly)

Returns:

  • (Boolean)


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

def hot
  @hot
end

#lead_sourceWsLeadSource (readonly)

Returns:

  • (WsLeadSource)


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

def lead_source
  @lead_source
end

#nameString (readonly)

Returns:

  • (String)


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

def name
  @name
end

#opportunity_idInteger (readonly)

Returns:

  • (Integer)


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

def opportunity_id
  @opportunity_id
end

#opportunity_statusWsOpportunityStatus (readonly)

Returns:



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

def opportunity_status
  @opportunity_status
end

#opportunity_status_reasonWsOpportunityStatusReason (readonly)

Returns:

  • (WsOpportunityStatusReason)


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

def opportunity_status_reason
  @opportunity_status_reason
end

#primary_owner_idInteger (readonly)

Returns:

  • (Integer)


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

def primary_owner_id
  @primary_owner_id
end

#selling_processWsSellingProcess (readonly)

Returns:



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

def selling_process
  @selling_process
end

#source_system_idString (readonly)

Returns:

  • (String)


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

def source_system_id
  @source_system_id
end

#updated_onDate (readonly)

Returns:

  • (Date)


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

def updated_on
  @updated_on
end