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.



1105
1106
1107
# File 'lib/platform-api/client.rb', line 1105

def initialize(client)
  @client = client
end