Class: RenderAPI::Clients::Base
- Inherits:
-
Object
- Object
- RenderAPI::Clients::Base
- Defined in:
- lib/render_api/clients/base.rb
Instance Method Summary collapse
-
#initialize(endpoint) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(endpoint) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/render_api/clients/base.rb', line 6 def initialize(endpoint) @endpoint = endpoint end |