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