Class: Rave::Models::Event::WaveletBlipRemoved
- Inherits:
-
Rave::Models::Event
- Object
- Rave::Models::Event
- Rave::Models::Event::WaveletBlipRemoved
- Defined in:
- lib/models/event.rb
Constant Summary
Constants inherited from Rave::Models::Event
Constants included from Rave::Mixins::ObjectFactory
Rave::Mixins::ObjectFactory::WILDCARD
Instance Attribute Summary
Attributes included from Rave::Mixins::ObjectFactory
Instance Method Summary collapse
-
#removed_blip_id ⇒ Object
ID for blip which has now been removed [String].
Methods inherited from Rave::Models::Event
#blip, #blip_id, #initialize, #modified_by, #timestamp, #wavelet
Methods included from Rave::Mixins::ObjectFactory
Methods included from Rave::Mixins::TimeUtils
Constructor Details
This class inherits a constructor from Rave::Models::Event
Instance Method Details
#removed_blip_id ⇒ Object
ID for blip which has now been removed [String]
76 77 78 |
# File 'lib/models/event.rb', line 76 def removed_blip_id # :nodoc: @properties['removedBlipId'].dup end |