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
74 75 76 |
# File 'lib/zine/page.rb', line 74 def destURL @destURL end |
#pageDate ⇒ Object
Returns the value of attribute pageDate
74 75 76 |
# File 'lib/zine/page.rb', line 74 def pageDate @pageDate end |
#pageDateUS ⇒ Object
Returns the value of attribute pageDateUS
74 75 76 |
# File 'lib/zine/page.rb', line 74 def pageDateUS @pageDateUS end |
#pageTitle ⇒ Object
Returns the value of attribute pageTitle
74 75 76 |
# File 'lib/zine/page.rb', line 74 def pageTitle @pageTitle end |
#tagsArray ⇒ Object
Returns the value of attribute tagsArray
74 75 76 |
# File 'lib/zine/page.rb', line 74 def @tagsArray end |