Class: Shopify::Page

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

Overview

/admin/pages.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

#authorObject

Returns the value of attribute author.



130
131
132
# File 'lib/shopify.rb', line 130

def author
  @author
end

#bodyObject

Returns the value of attribute body.



130
131
132
# File 'lib/shopify.rb', line 130

def body
  @body
end

#body_htmlObject

Returns the value of attribute body_html.



130
131
132
# File 'lib/shopify.rb', line 130

def body_html
  @body_html
end

#created_atObject

Returns the value of attribute created_at.



130
131
132
# File 'lib/shopify.rb', line 130

def created_at
  @created_at
end

#handleObject

Returns the value of attribute handle.



130
131
132
# File 'lib/shopify.rb', line 130

def handle
  @handle
end

#ipObject

Returns the value of attribute ip.



130
131
132
# File 'lib/shopify.rb', line 130

def ip
  @ip
end

#published_atObject

Returns the value of attribute published_at.



130
131
132
# File 'lib/shopify.rb', line 130

def published_at
  @published_at
end

#shop_idObject

Returns the value of attribute shop_id.



130
131
132
# File 'lib/shopify.rb', line 130

def shop_id
  @shop_id
end

#titleObject

Returns the value of attribute title.



130
131
132
# File 'lib/shopify.rb', line 130

def title
  @title
end

#updated_atObject

Returns the value of attribute updated_at.



130
131
132
# File 'lib/shopify.rb', line 130

def updated_at
  @updated_at
end