sairam/stackxapi

View on GitHub
lib/request/comment_sortable.rb

Summary

Maintainability
A
0 mins
Test Coverage
module StackExchange
  module Request

    module CommentSortable
      attr_accessor :sort
      # "sort votes, creation"
    end

  end
end