class Archangel::Liquid::Drops::PageDrop

Liquid drop for a Page

Public Instance Methods

id() click to toggle source

Page id as a string

@return [String] the id

# File lib/archangel/liquid/drops/page_drop.rb, line 19
def id
  object.id.to_s
end