Class: LiveQA::Batch

Inherits:
APIResource show all
Includes:
APIOperation::Save
Defined in:
lib/liveqa/batch.rb

Overview

LiveQA Batch

Accepted Methods:

  • create

@example: Usage

request = LiveQA::Batch.create(...) #=> #<LiveQA::Response...>

Instance Attribute Summary

Attributes inherited from LiveQAObject

#data, #errors, #raw, #successful

Method Summary

Methods included from APIOperation::Save

included, #save

Methods inherited from APIResource

class_name, #request, request, #resource_name, resource_name, resource_path, #resource_path

Methods inherited from LiveQAObject

#[], #[]=, #add_data, #initialize, initialize_from, #inspect, #keys, #load_response_api, #method_missing, #to_hash, #to_json, #type_from_string_object, #update_attributes, #update_from

Constructor Details

This class inherits a constructor from LiveQA::LiveQAObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class LiveQA::LiveQAObject