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.



1198
1199
1200
# File 'lib/platform-api/client.rb', line 1198

def initialize(client)
  @client = client
end