Class: SeatLayer::Resource

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

Overview

Shared plumbing for the resource namespaces.

Direct Known Subclasses

Channels, Charts, Events, Inventory, Sessions, Webhooks, Workspaces

Constant Summary collapse

UNSET =
Object.new.freeze

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



8
9
10
# File 'lib/seatlayer/resources.rb', line 8

def initialize(client)
  @client = client
end