Class: Quber::Client
- Inherits:
-
Object
- Object
- Quber::Client
- Defined in:
- lib/quber/client.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
- #put(options = {}) ⇒ Object
Constructor Details
Instance Method Details
#put(options = {}) ⇒ Object
7 8 9 |
# File 'lib/quber/client.rb', line 7 def put = {} @http.post('jobs', ) end |