Class: Shopify::Redirect

Inherits:
ShopifyModel show all
Defined in:
lib/shopify.rb

Overview

/admin/redirects.xml

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Method Summary

Methods inherited from ShopifyModel

children_of, #initialize, #inspect, instantiate, is_child?, top_level

Constructor Details

This class inherits a constructor from Shopify::ShopifyModel

Instance Attribute Details

#idObject

Returns the value of attribute id.



168
169
170
# File 'lib/shopify.rb', line 168

def id
  @id
end

#pathObject

Returns the value of attribute path.



168
169
170
# File 'lib/shopify.rb', line 168

def path
  @path
end

#shop_idObject

Returns the value of attribute shop_id.



168
169
170
# File 'lib/shopify.rb', line 168

def shop_id
  @shop_id
end

#targetObject

Returns the value of attribute target.



168
169
170
# File 'lib/shopify.rb', line 168

def target
  @target
end