Class: Rave::Models::Event::WaveletTimestampChanged
- Inherits:
-
Rave::Models::Event
- Object
- Rave::Models::Event
- Rave::Models::Event::WaveletTimestampChanged
- 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
-
#new_timestamp ⇒ Object
Time that the wavelet was changed [Time].
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
#new_timestamp ⇒ Object
Time that the wavelet was changed [Time]
117 118 119 |
# File 'lib/models/event.rb', line 117 def # :nodoc: @properties['timestamp'].dup end |