Class: Landslider::WsAccountNote

Inherits:
WsEntity
  • Object
show all
Defined in:
lib/landslider/entities/ws_account_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) account_id (readonly)

Returns:

  • (Integer)


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

def 
  @account_id
end

- (WsNote) note (readonly)

Returns:



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

def note
  @note
end