Class: LiveQA::Group

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

Overview

LiveQA Group

Create and update groups

@example: Usage

request = LiveQA::Group.update('dc0b28d8a220', properties: { name: 'My Group' }) #=> #<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