Class: OrcaApi::FormResult

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

Overview

日レセAPIの呼び出し結果のうち、帳票に関するものを扱うクラス

Constant Summary

Constants inherited from Result

Result::LOCKED_API_RESULT

Instance Attribute Summary

Attributes inherited from Result

#raw

Class Method Summary collapse

Methods inherited from Result

#[], #body, def_info, #initialize, #locked?, #message, #method_missing, #ok?, #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

Class Method Details

.parse(raw) ⇒ Object



6
7
8
# File 'lib/orca_api/form_result.rb', line 6

def self.parse(raw)
  JSON.parse(raw)
end