Class: LlamaHair::Types::SendClientOptions
- Inherits:
-
Struct
- Object
- Struct
- LlamaHair::Types::SendClientOptions
- Defined in:
- lib/llamahair/types.rb
Overview
Client-specific options
Instance Attribute Summary collapse
-
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
-
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret.
-
#prompt_url ⇒ Object
Returns the value of attribute prompt_url.
Instance Attribute Details
#api_key_id ⇒ Object
Returns the value of attribute api_key_id
10 11 12 |
# File 'lib/llamahair/types.rb', line 10 def api_key_id @api_key_id end |
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret
10 11 12 |
# File 'lib/llamahair/types.rb', line 10 def api_key_secret @api_key_secret end |
#prompt_url ⇒ Object
Returns the value of attribute prompt_url
10 11 12 |
# File 'lib/llamahair/types.rb', line 10 def prompt_url @prompt_url end |