Class: ShopifyCli::OAuth::LocalRequest
- Inherits:
-
Struct
- Object
- Struct
- ShopifyCli::OAuth::LocalRequest
- Defined in:
- lib/shopify-cli/oauth.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
18 19 20 |
# File 'lib/shopify-cli/oauth.rb', line 18 def method @method end |
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/shopify-cli/oauth.rb', line 18 def path @path end |
#protocol ⇒ Object
Returns the value of attribute protocol
18 19 20 |
# File 'lib/shopify-cli/oauth.rb', line 18 def protocol @protocol end |
#query ⇒ Object
Returns the value of attribute query
18 19 20 |
# File 'lib/shopify-cli/oauth.rb', line 18 def query @query end |