Class: ShopifyApp::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/shopify_app/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



2
3
4
# File 'lib/shopify_app/configuration.rb', line 2

def api_key
  @api_key
end

#secretObject

Returns the value of attribute secret.



2
3
4
# File 'lib/shopify_app/configuration.rb', line 2

def secret
  @secret
end