Class: OrcaApi::AcceptanceService::ListResult

Inherits:
Result
  • Object
show all
Defined in:
lib/orca_api/acceptance_service.rb

Overview

listメソッドの戻り値クラス

Constant Summary

Constants inherited from Result

Result::LOCKED_API_RESULT

Instance Attribute Summary

Attributes inherited from Result

#raw

Instance Method Summary collapse

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::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

#listObject



8
9
10
# File 'lib/orca_api/acceptance_service.rb', line 8

def list
  Array(body["Acceptlst_Information"])
end