Class: LlamaHair::Types::SendClientOptions

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

Overview

Client-specific options

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



10
11
12
# File 'lib/llamahair/types.rb', line 10

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



10
11
12
# File 'lib/llamahair/types.rb', line 10

def api_key_secret
  @api_key_secret
end

#prompt_urlObject

Returns the value of attribute prompt_url

Returns:

  • (Object)

    the current value of prompt_url



10
11
12
# File 'lib/llamahair/types.rb', line 10

def prompt_url
  @prompt_url
end