Class: Cfan122::ExamAgency::Request
- Inherits:
-
Operation::Request
- Object
- Operation::Request
- Cfan122::ExamAgency::Request
- Includes:
- HttpConfig, OperationMethods
- Defined in:
- lib/cfan122/operations/exam_agency.rb
Instance Attribute Summary
Attributes inherited from Operation::Request
#body, #impersonation_user, #response
Instance Method Summary collapse
Methods inherited from Operation::Request
Constructor Details
This class inherits a constructor from Cfan122::Operation::Request
Instance Method Details
#execute(params = {}) ⇒ Object
10 11 12 13 |
# File 'lib/cfan122/operations/exam_agency.rb', line 10 def execute params = {} = attributes.merge(params) self.class.post('/m/syscode/gxfzjg', body: to_params()) end |