Class: ShopifyCLI::IdentityAuth::LocalRequest
- Inherits:
-
Struct
- Object
- Struct
- ShopifyCLI::IdentityAuth::LocalRequest
- Defined in:
- lib/shopify_cli/identity_auth.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
20 21 22 |
# File 'lib/shopify_cli/identity_auth.rb', line 20 def method @method end |
#path ⇒ Object
Returns the value of attribute path
20 21 22 |
# File 'lib/shopify_cli/identity_auth.rb', line 20 def path @path end |
#protocol ⇒ Object
Returns the value of attribute protocol
20 21 22 |
# File 'lib/shopify_cli/identity_auth.rb', line 20 def protocol @protocol end |
#query ⇒ Object
Returns the value of attribute query
20 21 22 |
# File 'lib/shopify_cli/identity_auth.rb', line 20 def query @query end |