Sha256: 2a420f3a7aa2628925677e222afe74f70f69d9df02d642cea610887dea9d4ae5
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
module SchoolFriend module REST class Messages include APIMethods api_method :get_conversations, session_only: true api_method :get_list, session_only: true api_method :get, session_only: true api_method :send api_method :mark_as_read, session_only: true api_method :mark_as_spam, session_only: true api_method :delete, session_only: true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
school_friend-0.1.1 | lib/school_friend/rest/messages.rb |
school_friend-0.1.0 | lib/school_friend/rest/messages.rb |
school_friend-0.0.1 | lib/school_friend/rest/messages.rb |