Class: LlamaHair::Types::ClientApiKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/llamahair/types.rb

Overview

Basic client configuration types

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_idObject

Returns the value of attribute api_key_id

Returns:

  • (Object)

    the current value of api_key_id



6
7
8
# File 'lib/llamahair/types.rb', line 6

def api_key_id
  @api_key_id
end

#api_key_secretObject

Returns the value of attribute api_key_secret

Returns:

  • (Object)

    the current value of api_key_secret



6
7
8
# File 'lib/llamahair/types.rb', line 6

def api_key_secret
  @api_key_secret
end