Class: DynamicsCRM::Response::ExecuteResult

Inherits:
Result
  • Object
show all
Defined in:
lib/dynamics_crm/response/execute_result.rb

Overview

Base response class for all Execute requests. Pulls out the ResponseName and parses the Results element of key/value pairs.

Instance Attribute Summary

Attributes inherited from Result

#document, #result_response

Method Summary

Methods inherited from Result

#initialize, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from DynamicsCRM::Response::Result

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class DynamicsCRM::Response::Result