Class: OrcaApi::ReceiptDataCheckService::CreatedResult
- Inherits:
 - 
      OrcaApi::Result
      
        
- Object
 - OrcaApi::Result
 - OrcaApi::ReceiptDataCheckService::CreatedResult
 
 
- 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
- 
  
    
      #doing?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    
処理中かどうか.
 
Methods inherited from OrcaApi::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::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
#doing? ⇒ Boolean
処理中かどうか
      30 31 32  | 
    
      # File 'lib/orca_api/receipt_data_check_service.rb', line 30 def doing? api_result == "E70" end  |