Class: Landslider::WsNote

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

Overview

TODO:

Expose note type

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

#archived_byInteger (readonly)

Returns:

  • (Integer)


8
9
10
# File 'lib/landslider/entities/ws_note.rb', line 8

def archived_by
  @archived_by
end

#created_byInteger (readonly)

Returns:

  • (Integer)


8
9
10
# File 'lib/landslider/entities/ws_note.rb', line 8

def created_by
  @created_by
end

#created_onDate (readonly)

Returns:

  • (Date)


17
18
19
# File 'lib/landslider/entities/ws_note.rb', line 17

def created_on
  @created_on
end

#latestBoolean (readonly)

Returns:

  • (Boolean)


14
15
16
# File 'lib/landslider/entities/ws_note.rb', line 14

def latest
  @latest
end

#noteString (readonly)

Returns:

  • (String)


11
12
13
# File 'lib/landslider/entities/ws_note.rb', line 11

def note
  @note
end

#note_idInteger (readonly)

Returns:

  • (Integer)


8
9
10
# File 'lib/landslider/entities/ws_note.rb', line 8

def note_id
  @note_id
end

#source_idString (readonly)

Returns:

  • (String)


11
12
13
# File 'lib/landslider/entities/ws_note.rb', line 11

def source_id
  @source_id
end

#updated_onDate (readonly)

Returns:

  • (Date)


17
18
19
# File 'lib/landslider/entities/ws_note.rb', line 17

def updated_on
  @updated_on
end