Class: SeatLayer::Resource
- Inherits:
-
Object
- Object
- SeatLayer::Resource
- Defined in:
- lib/seatlayer/resources.rb
Overview
Shared plumbing for the resource namespaces.
Constant Summary collapse
- UNSET =
Object.new.freeze
Instance Method Summary collapse
-
#initialize(client) ⇒ Resource
constructor
A new instance of Resource.
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 |