Class: Alister::Site::Page

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

Overview

Note:

Please dont use this, this is not meant to be used outside at all

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



27
28
29
# File 'lib/site.rb', line 27

def content
  @content
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



27
28
29
# File 'lib/site.rb', line 27

def path
  @path
end