Class: Sdkey::SdkeyClientOptions
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::SdkeyClientOptions
- Defined in:
- lib/sdkey/types.rb
Overview
Constructor options for Client.
Instance Attribute Summary collapse
-
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_public_key_b64 ⇒ Object
Returns the value of attribute app_public_key_b64.
-
#app_version ⇒ Object
Returns the value of attribute app_version.
-
#http_post ⇒ Object
Returns the value of attribute http_post.
Instance Attribute Details
#api_base_url ⇒ Object
Returns the value of attribute api_base_url
5 6 7 |
# File 'lib/sdkey/types.rb', line 5 def api_base_url @api_base_url end |
#app_id ⇒ Object
Returns the value of attribute app_id
5 6 7 |
# File 'lib/sdkey/types.rb', line 5 def app_id @app_id end |
#app_public_key_b64 ⇒ Object
Returns the value of attribute 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_version ⇒ Object
Returns the value of attribute app_version
5 6 7 |
# File 'lib/sdkey/types.rb', line 5 def app_version @app_version end |
#http_post ⇒ Object
Returns the value of attribute http_post
5 6 7 |
# File 'lib/sdkey/types.rb', line 5 def http_post @http_post end |