Class: SakaiInfo::PrivateMessage

Inherits:
GenericMessage show all
Defined in:
lib/sakai-info/message.rb

Instance Attribute Summary

Attributes inherited from SakaiObject

#id

Class Method Summary collapse

Methods inherited from GenericMessage

count_by_date_and_message_type

Methods inherited from SakaiObject

all_serializations, #dbrow_only_serialization, #dbrow_serialization, #default_serialization, #object_type_serialization, #serialize, #to_json, #to_yaml

Class Method Details

.count_by_date(d) ⇒ Object



52
53
54
# File 'lib/sakai-info/message.rb', line 52

def self.count_by_date(d)
  count_by_date_and_message_type(d, "PM")
end