Class: LlamaHair::Types::ClientApiKey
- Inherits:
-
Struct
- Object
- Struct
- LlamaHair::Types::ClientApiKey
- Defined in:
- lib/llamahair/types.rb
Overview
Basic client configuration types
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.
Instance Attribute Details
#api_key_id ⇒ Object
Returns the value of attribute api_key_id
6 7 8 |
# File 'lib/llamahair/types.rb', line 6 def api_key_id @api_key_id end |
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret
6 7 8 |
# File 'lib/llamahair/types.rb', line 6 def api_key_secret @api_key_secret end |