Class: LlamaHair::SendClient
- Inherits:
-
Object
- Object
- LlamaHair::SendClient
- Defined in:
- lib/llamahair/send_client.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ SendClient
constructor
A new instance of SendClient.
-
#send(request) ⇒ Types::SendResponse
Send a request to the Llama API.
Constructor Details
#initialize(options) ⇒ SendClient
Returns a new instance of SendClient.
11 12 13 |
# File 'lib/llamahair/send_client.rb', line 11 def initialize() @options = end |
Instance Method Details
#send(request) ⇒ Types::SendResponse
Send a request to the Llama API
18 19 20 |
# File 'lib/llamahair/send_client.rb', line 18 def send(request) make_request(request) end |