Class: OrcaApi::PatientService::HealthPublicInsuranceCommon::UnselectedError
- Defined in:
- lib/orca_api/patient_service/health_public_insurance_common.rb
Overview
選択項目が未指定であることを表現するクラス
Constant Summary
Constants inherited from Result
Constants inherited from Result
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from Result
Methods inherited from Result
#[], #body, def_info, #initialize, #locked?, #method_missing, parse, #respond_to_missing?, trim_response, #warning?
Constructor Details
This class inherits a constructor from OrcaApi::Result
Constructor Details
This class inherits a constructor from OrcaApi::Result
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OrcaApi::Result
Instance Method Details
#message ⇒ Object
40 41 42 |
# File 'lib/orca_api/patient_service/health_public_insurance_common.rb', line 40 def '選択項目が未指定です。' end |
#ok? ⇒ Boolean
36 37 38 |
# File 'lib/orca_api/patient_service/health_public_insurance_common.rb', line 36 def ok? false end |