Class: ApiGuides::Page
- Inherits:
-
Mustache
- Object
- Mustache
- ApiGuides::Page
- Defined in:
- lib/api_guides/views/page.rb
Overview
Represents a HTML page that can be generated using Mustache.
Instance Attribute Summary collapse
-
#documents ⇒ Object
Returns the value of attribute documents.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#documents ⇒ Object
Returns the value of attribute documents.
8 9 10 |
# File 'lib/api_guides/views/page.rb', line 8 def documents @documents end |
#logo ⇒ Object
Returns the value of attribute logo.
8 9 10 |
# File 'lib/api_guides/views/page.rb', line 8 def logo @logo end |
#title ⇒ Object
Returns the value of attribute title.
8 9 10 |
# File 'lib/api_guides/views/page.rb', line 8 def title @title end |