Class: OrcaApi::ReceiptDataCheckService::ListEffectiveInformationResult
- Inherits:
 - 
      OrcaApi::Result
      
        
- Object
 - OrcaApi::Result
 - OrcaApi::ReceiptDataCheckService::ListEffectiveInformationResult
 
 
- Defined in:
 - lib/orca_api/receipt_data_check_service.rb
 
Overview
医保分のレセ電データ作成時に必要な情報取得する処理の結果を表現するクラス
Constant Summary
Constants inherited from OrcaApi::Result
OrcaApi::Result::LOCKED_API_RESULT
Instance Attribute Summary
Attributes inherited from OrcaApi::Result
Instance Method Summary collapse
Methods inherited from OrcaApi::Result
#[], def_info, #initialize, #locked?, #message, #method_missing, #ok?, 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
#body ⇒ Object
      17 18 19 20 21 22  | 
    
      # File 'lib/orca_api/receipt_data_check_service.rb', line 17 def body @body ||= { "Effective_Period_Information" => [], "InsuranceProvider_Information" => [], }.merge(self.class.parse(@raw)) end  |