Class: LlamaHair::Types::RetrieveClientOptions
- Inherits:
-
Struct
- Object
- Struct
- LlamaHair::Types::RetrieveClientOptions
- Defined in:
- lib/llamahair/types.rb
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.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
Instance Attribute Details
#api_key_id ⇒ Object
Returns the value of attribute api_key_id
11 12 13 |
# File 'lib/llamahair/types.rb', line 11 def api_key_id @api_key_id end |
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret
11 12 13 |
# File 'lib/llamahair/types.rb', line 11 def api_key_secret @api_key_secret end |
#job_id ⇒ Object
Returns the value of attribute job_id
11 12 13 |
# File 'lib/llamahair/types.rb', line 11 def job_id @job_id end |