Class: OrcaApi::MedicalPracticeService::Response2Result
- Inherits:
-
ResponseResult
- Object
- Result
- ResponseResult
- OrcaApi::MedicalPracticeService::Response2Result
- Defined in:
- lib/orca_api/medical_practice_service.rb
Overview
診療内容チェックのレスポンスを表現したクラス
Constant Summary
Constants inherited from Result
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from ResponseResult
Methods inherited from Result
#[], #body, def_info, #initialize, #locked?, #message, #method_missing, #ok?, parse, #respond_to_missing?, trim_response, #warning?
Constructor Details
This class inherits a constructor from OrcaApi::MedicalPracticeService::ResponseResult
Constructor Details
This class inherits a constructor from OrcaApi::MedicalPracticeService::ResponseResult
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OrcaApi::Result
Instance Method Details
#medical_information ⇒ Hash
149 150 151 |
# File 'lib/orca_api/medical_practice_service.rb', line 149 def medical_information Hash(body["Medical_Information"]) end |