Class: Friends::Note
Constant Summary
Constants inherited from Event
Event::DATE_PARTITION, Event::SERIALIZATION_PREFIX
Instance Attribute Summary
Attributes inherited from Event
#date, #description, #implicit_location
Class Method Summary collapse
-
.deserialization_expectation ⇒ Regexp
The string of what we expected during deserialization.
Methods inherited from Event
#default_location, #description_location_names, deserialization_regex, #friend_names, #highlight_description, #includes_friend?, #includes_location?, #includes_tag?, #initialize, #location_names, #serialize, #tags, #to_s, #update_friend_name, #update_location_name
Methods included from Serializable
Constructor Details
This class inherits a constructor from Friends::Event
Class Method Details
.deserialization_expectation ⇒ Regexp
Returns the string of what we expected during deserialization.
15 16 17 |
# File 'lib/friends/note.rb', line 15 def self.deserialization_expectation "[YYYY-MM-DD]: [Note]" end |