Class: LiveQA::Watcher
- Inherits:
-
APIResource
- Object
- LiveQAObject
- APIResource
- LiveQA::Watcher
- Includes:
- APIOperation::Delete, APIOperation::Save
- Defined in:
- lib/liveqa/watcher.rb
Overview
LiveQA Watcher
Create and update groups
@example: Usage
request = LiveQA::Watcher.create(template_flow: 'My Flow', expected_times: 42) #=> #<LiveQA::Response...>
Instance Attribute Summary
Attributes inherited from LiveQAObject
#data, #errors, #raw, #successful
Method Summary
Methods included from APIOperation::Delete
Methods included from APIOperation::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