Class: Zine::Page::TagData
- Inherits:
-
Struct
- Object
- Struct
- Zine::Page::TagData
- Defined in:
- lib/zine/page.rb
Overview
the Tags on a Post
Instance Attribute Summary collapse
-
#destURL ⇒ Object
Returns the value of attribute destURL.
-
#pageDate ⇒ Object
Returns the value of attribute pageDate.
-
#pageDateUS ⇒ Object
Returns the value of attribute pageDateUS.
-
#pageTitle ⇒ Object
Returns the value of attribute pageTitle.
-
#tagsArray ⇒ Object
Returns the value of attribute tagsArray.
Instance Attribute Details
#destURL ⇒ Object
Returns the value of attribute destURL
58 59 60 |
# File 'lib/zine/page.rb', line 58 def destURL @destURL end |
#pageDate ⇒ Object
Returns the value of attribute pageDate
58 59 60 |
# File 'lib/zine/page.rb', line 58 def pageDate @pageDate end |
#pageDateUS ⇒ Object
Returns the value of attribute pageDateUS
58 59 60 |
# File 'lib/zine/page.rb', line 58 def pageDateUS @pageDateUS end |
#pageTitle ⇒ Object
Returns the value of attribute pageTitle
58 59 60 |
# File 'lib/zine/page.rb', line 58 def pageTitle @pageTitle end |
#tagsArray ⇒ Object
Returns the value of attribute tagsArray
58 59 60 |
# File 'lib/zine/page.rb', line 58 def @tagsArray end |