Class: HTMLPage::PageAttributes

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

Overview

page attributes are available to templates

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



9
10
11
# File 'lib/html_page.rb', line 9

def content
  @content
end