Class: ApiGuides::Page

Inherits:
Mustache
  • Object
show all
Defined in:
lib/api_guides/views/page.rb

Overview

Represents a HTML page that can be generated using Mustache.

Instance Attribute Summary collapse

Instance Attribute Details

#documentsObject

Returns the value of attribute documents.



8
9
10
# File 'lib/api_guides/views/page.rb', line 8

def documents
  @documents
end

#logoObject

Returns the value of attribute logo.



8
9
10
# File 'lib/api_guides/views/page.rb', line 8

def 
  @logo
end

#titleObject

Returns the value of attribute title.



8
9
10
# File 'lib/api_guides/views/page.rb', line 8

def title
  @title
end