class Shopify::HabitatSettings

Defined in:

shopify.cr

Class Method Summary

Class Method Detail

def self.api_key : String #

def self.api_key=(value : String) #

def self.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.


def self.redirect_uri : String #

def self.redirect_uri=(value : String) #

def self.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.


def self.scope : String #

def self.scope=(value : String) #

def self.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.


def self.secret : String #

def self.secret=(value : String) #

def self.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.


def self.to_h #

Generates a hash using the provided values