Class: Landslider::WsContactNote

Inherits:
WsEntity
  • Object
show all
Defined in:
lib/landslider/entities/ws_contact_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

#contact_idInteger (readonly)

Returns:

  • (Integer)


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

def contact_id
  @contact_id
end

#noteWsNote (readonly)

Returns:



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

def note
  @note
end