Class: OrcaApi::MedicalPracticeService::EmptyDeleteNumberInfoError
- 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 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
191 192 193 |
# File 'lib/orca_api/medical_practice_service.rb', line 191 def '削除可能な剤の削除指示が未指定です。' end |
#ok? ⇒ Boolean
187 188 189 |
# File 'lib/orca_api/medical_practice_service.rb', line 187 def ok? false end |