Class: Pingpp::Event

Inherits:
APIResource show all
Defined in:
lib/pingpp/event.rb

Class Method Summary collapse

Methods inherited from APIResource

class_name, object_name, #refresh, #resource_url, retrieve, uri_object_name

Methods included from APIOperations::Request

included

Methods inherited from PingppObject

#==, #[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #serialize_params, #to_hash, #to_json, #to_s, #values

Constructor Details

This class inherits a constructor from Pingpp::PingppObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pingpp::PingppObject

Class Method Details

.resource_url(opts = {}) ⇒ Object



4
5
6
# File 'lib/pingpp/event.rb', line 4

def self.resource_url(opts={})
  '/v1/events'
end