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

Returns:

  • (Object)

    the current value of destURL



66
67
68
# File 'lib/zine/page.rb', line 66

def destURL
  @destURL
end

#pageDateObject

Returns the value of attribute pageDate

Returns:

  • (Object)

    the current value of pageDate



66
67
68
# File 'lib/zine/page.rb', line 66

def pageDate
  @pageDate
end

#pageDateUSObject

Returns the value of attribute pageDateUS

Returns:

  • (Object)

    the current value of pageDateUS



66
67
68
# File 'lib/zine/page.rb', line 66

def pageDateUS
  @pageDateUS
end

#pageTitleObject

Returns the value of attribute pageTitle

Returns:

  • (Object)

    the current value of pageTitle



66
67
68
# File 'lib/zine/page.rb', line 66

def pageTitle
  @pageTitle
end

#tagsArrayObject

Returns the value of attribute tagsArray

Returns:

  • (Object)

    the current value of tagsArray



66
67
68
# File 'lib/zine/page.rb', line 66

def tagsArray
  @tagsArray
end