Class: Landslider::WsLeadNote
- Inherits:
-
WsEntity
show all
- Defined in:
- lib/landslider/entities/ws_lead_note.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
- (Integer) lead_id
7
8
9
|
# File 'lib/landslider/entities/ws_lead_note.rb', line 7
def lead_id
@lead_id
end
|
10
11
12
|
# File 'lib/landslider/entities/ws_lead_note.rb', line 10
def note
@note
end
|