Class: Zine::Page::TagData

Inherits:
Struct
  • Object
show all
Defined in:
lib/zine/page.rb

Overview

the Tags on a Post

Instance Attribute Summary collapse

Instance Attribute Details

#destURLObject

Returns the value of attribute destURL



64
65
66
# File 'lib/zine/page.rb', line 64

def destURL
  @destURL
end

#pageDateObject

Returns the value of attribute pageDate



64
65
66
# File 'lib/zine/page.rb', line 64

def pageDate
  @pageDate
end

#pageDateUSObject

Returns the value of attribute pageDateUS



64
65
66
# File 'lib/zine/page.rb', line 64

def pageDateUS
  @pageDateUS
end

#pageTitleObject

Returns the value of attribute pageTitle



64
65
66
# File 'lib/zine/page.rb', line 64

def pageTitle
  @pageTitle
end

#tagsArrayObject

Returns the value of attribute tagsArray



64
65
66
# File 'lib/zine/page.rb', line 64

def tagsArray
  @tagsArray
end