Class: Sdkey::SdkeyClientOptions

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

Overview

Constructor options for Client.

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_urlObject

Returns the value of attribute api_base_url

Returns:

  • (Object)

    the current value of api_base_url



5
6
7
# File 'lib/sdkey/types.rb', line 5

def api_base_url
  @api_base_url
end

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



5
6
7
# File 'lib/sdkey/types.rb', line 5

def app_id
  @app_id
end

#app_public_key_b64Object

Returns the value of attribute app_public_key_b64

Returns:

  • (Object)

    the current value of app_public_key_b64



5
6
7
# File 'lib/sdkey/types.rb', line 5

def app_public_key_b64
  @app_public_key_b64
end

#app_versionObject

Returns the value of attribute app_version

Returns:

  • (Object)

    the current value of app_version



5
6
7
# File 'lib/sdkey/types.rb', line 5

def app_version
  @app_version
end

#http_postObject

Returns the value of attribute http_post

Returns:

  • (Object)

    the current value of http_post



5
6
7
# File 'lib/sdkey/types.rb', line 5

def http_post
  @http_post
end