Class: Hawkei::Watcher

Inherits:
APIResource show all
Includes:
APIOperation::Delete, APIOperation::Save
Defined in:
lib/hawkei/watcher.rb

Overview

Hawkei Watcher

Create and update groups

@example: Usage

request = Hawkei::Watcher.create(template_flow: 'My Hawkei', expected_times: 42) #=> #<Hawkei::Response...>

Instance Attribute Summary

Attributes inherited from HawkeiObject

#data, #errors, #raw, #successful

Method Summary

Methods included from APIOperation::Delete

#destroy, included

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 HawkeiObject

#[], #[]=, #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 Hawkei::HawkeiObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Hawkei::HawkeiObject