class Shopify::HabitatSettings
- Shopify::HabitatSettings
- Reference
- Object
Defined in:
shopify.crClass Method Summary
- .api_key : String
- .api_key=(value : String)
-
.api_key?
Used for checking missing settings on non-nilable types It's advised to use api_key in your apps to ensure the propper type is checked.
- .redirect_uri : String
- .redirect_uri=(value : String)
-
.redirect_uri?
Used for checking missing settings on non-nilable types It's advised to use redirect_uri in your apps to ensure the propper type is checked.
- .scope : String
- .scope=(value : String)
-
.scope?
Used for checking missing settings on non-nilable types It's advised to use scope in your apps to ensure the propper type is checked.
- .secret : String
- .secret=(value : String)
-
.secret?
Used for checking missing settings on non-nilable types It's advised to use secret in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use api_key in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use redirect_uri in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use scope in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use secret in your apps to ensure the propper type is checked.