Sha256: 165f21185497bc5ca5074269e20b1e0b56ea4a9032220f550bd015424ae505a5

Contents?: true

Size: 575 Bytes

Versions: 2

Compression:

Stored size: 575 Bytes

Contents

module SchoolFriend
  module REST
    class Discussions
      include APIMethods

      api_method :get_list,                      session_only: true
      api_method :get_discussions,               session_only: true
      api_method :get_discussion_comments_count, session_only: true
      api_method :add_discussion_comment,        session_only: true
      api_method :delete_discussion_comment,     session_only: true
      api_method :get_discussion_comments,       session_only: true
      api_method :mark_discussion_as_read,       session_only: true
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
school_friend-0.1.1 lib/school_friend/rest/discussions.rb
school_friend-0.1.0 lib/school_friend/rest/discussions.rb