Class: PlatformAPI::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/platform-api/client.rb

Overview

An event represents an action performed on another API resource.

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Event

Returns a new instance of Event.



1273
1274
1275
# File 'lib/platform-api/client.rb', line 1273

def initialize(client)
  @client = client
end