class Cfan122::ExamLocation::Request
Constants
- PARAMS
Public Instance Methods
execute(params = {})
click to toggle source
# File lib/cfan122/operations/exam_location.rb, line 12 def execute params = {} options = attributes.merge(params) self.class.post('/m/examplan/initKsdd', body: to_params(options)) end
Private Instance Methods
set_request_params()
click to toggle source
# File lib/cfan122/operations/exam_location.rb, line 18 def set_request_params self.attributes = {fzjg: city, kskm: subject} end