Class: UscreenAPI::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/uscreen_api/base.rb

Direct Known Subclasses

Customers

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/uscreen_api/base.rb', line 5

def initialize(client:)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



3
4
5
# File 'lib/uscreen_api/base.rb', line 3

def client
  @client
end