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



74
75
76
# File 'lib/zine/page.rb', line 74

def destURL
  @destURL
end

#pageDateObject

Returns the value of attribute pageDate

Returns:

  • (Object)

    the current value of pageDate



74
75
76
# File 'lib/zine/page.rb', line 74

def pageDate
  @pageDate
end

#pageDateUSObject

Returns the value of attribute pageDateUS

Returns:

  • (Object)

    the current value of pageDateUS



74
75
76
# File 'lib/zine/page.rb', line 74

def pageDateUS
  @pageDateUS
end

#pageTitleObject

Returns the value of attribute pageTitle

Returns:

  • (Object)

    the current value of pageTitle



74
75
76
# File 'lib/zine/page.rb', line 74

def pageTitle
  @pageTitle
end

#tagsArrayObject

Returns the value of attribute tagsArray

Returns:

  • (Object)

    the current value of tagsArray



74
75
76
# File 'lib/zine/page.rb', line 74

def tagsArray
  @tagsArray
end