Class: PlatformAPI::Event
- Inherits:
-
Object
- Object
- PlatformAPI::Event
- Defined in:
- lib/platform-api/client.rb
Overview
An event represents an action performed on another API resource.
Instance Method Summary collapse
-
#initialize(client) ⇒ Event
constructor
A new instance of Event.
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 |