class Shopify::Store
- Shopify::Store
- Reference
- Object
Defined in:
shopify/auth/store.crConstructors
Class Method Summary
Instance Method Summary
- #access_token
- #access_token=(access_token : String?)
- #code : String?
- #code=(code : String?)
- #hmac : String?
- #hmac=(hmac : String?)
- #oauth_url
- #retrieve_access_token : String
- #shop : String
- #shop=(shop : String)
- #timestamp : String?
- #timestamp=(timestamp : String?)
Constructor Detail
def self.new(shop : String, access_token : String? = nil, hmac : String? = nil, code : String? = nil, timestamp : String? = nil)
#