Class: Archangel::Liquid::Drops::PageDrop
- Inherits:
-
Archangel::Liquid::Drop
- Object
- Liquid::Drop
- Archangel::Liquid::Drop
- Archangel::Liquid::Drops::PageDrop
- Defined in:
- lib/archangel/liquid/drops/page_drop.rb
Overview
Liquid drop for a Page
Instance Attribute Summary
Attributes inherited from Archangel::Liquid::Drop
Instance Method Summary collapse
-
#id ⇒ String
Page id as a string.
-
#permalink ⇒ String
Page permalink with leading slash.
Methods inherited from Archangel::Liquid::Drop
Constructor Details
This class inherits a constructor from Archangel::Liquid::Drop
Instance Method Details
#id ⇒ String
Page id as a string
19 20 21 |
# File 'lib/archangel/liquid/drops/page_drop.rb', line 19 def id object.id.to_s end |
#permalink ⇒ String
Page permalink with leading slash
27 28 29 |
# File 'lib/archangel/liquid/drops/page_drop.rb', line 27 def permalink "/#{object.permalink}" end |