Class: Rox::Core::SdkSettings
- Inherits:
-
Struct
- Object
- Struct
- Rox::Core::SdkSettings
- Defined in:
- lib/rox/core/client/sdk_settings.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#dev_mode_secret ⇒ Object
Returns the value of attribute dev_mode_secret.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
3 4 5 |
# File 'lib/rox/core/client/sdk_settings.rb', line 3 def api_key @api_key end |
#dev_mode_secret ⇒ Object
Returns the value of attribute dev_mode_secret
3 4 5 |
# File 'lib/rox/core/client/sdk_settings.rb', line 3 def dev_mode_secret @dev_mode_secret end |