class Shopify::Store

Defined in:

shopify/auth/store.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(shop : String, access_token : String? = nil, hmac : String? = nil, code : String? = nil, timestamp : String? = nil) #

[View source]

Class Method Detail

def self.from_params(params) #

[View source]

Instance Method Detail

def access_token #

[View source]
def access_token=(access_token : String?) #

[View source]
def code : String? #

[View source]
def code=(code : String?) #

[View source]
def hmac : String? #

[View source]
def hmac=(hmac : String?) #

[View source]
def oauth_url #

[View source]
def retrieve_access_token : String #

[View source]
def shop : String #

[View source]
def shop=(shop : String) #

[View source]
def timestamp : String? #

[View source]
def timestamp=(timestamp : String?) #

[View source]