Class: SeatLayer::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/seatlayer/resources.rb

Overview

Shared plumbing for the resource namespaces.

Direct Known Subclasses

Charts, Events, Inventory, Sessions, Webhooks, Workspaces

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



6
7
8
# File 'lib/seatlayer/resources.rb', line 6

def initialize(client)
  @client = client
end