class Cfan122::ExamStudentList::Request

Constants

PARAMS

Public Instance Methods

execute(params = {}) click to toggle source
# File lib/cfan122/operations/exam_student_list.rb, line 12
def execute params = {}
  options = attributes.merge(params)
  self.class.post('/m/examplan/getStudentInfo', body: to_params(options))
end

Private Instance Methods

set_request_params() click to toggle source
# File lib/cfan122/operations/exam_student_list.rb, line 18
def set_request_params
  self.attributes = {page: 1, size: 99999}
end