Class: ShopifyCLI::IdentityAuth::LocalRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/shopify_cli/identity_auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



20
21
22
# File 'lib/shopify_cli/identity_auth.rb', line 20

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



20
21
22
# File 'lib/shopify_cli/identity_auth.rb', line 20

def path
  @path
end

#protocolObject

Returns the value of attribute protocol

Returns:

  • (Object)

    the current value of protocol



20
21
22
# File 'lib/shopify_cli/identity_auth.rb', line 20

def protocol
  @protocol
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



20
21
22
# File 'lib/shopify_cli/identity_auth.rb', line 20

def query
  @query
end