Class: OrcaApi::StatisticsFormService::ListResult

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

Overview

情報取得のレスポンスクラス

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

#statistics_processing_list_informationArray<Hash>

Returns 処理一覧

Returns:

  • (Array<Hash>)

    処理一覧



46
47
48
# File 'lib/orca_api/statistics_form_service.rb', line 46

def statistics_processing_list_information
  Array(body["Statistics_Processing_List_Information"])
end

#statistics_processing_list_information=(value) ⇒ Object

Parameters:

  • value (Array<Hash>)

    処理一覧



51
52
53
# File 'lib/orca_api/statistics_form_service.rb', line 51

def statistics_processing_list_information=(value)
  body["Statistics_Processing_List_Information"] = Array(value)
end