module Precious::HasPage

Public Instance Methods

escaped_url_path() click to toggle source
# File lib/gollum/views/has_page.rb, line 7
def escaped_url_path
  @page.escaped_url_path
end
format() click to toggle source
# File lib/gollum/views/has_page.rb, line 11
def format
  @page.format.to_s
end
id() click to toggle source
# File lib/gollum/views/has_page.rb, line 15
def id
  @page.sha
end
path() click to toggle source
# File lib/gollum/views/has_page.rb, line 3
def path
  @page.url_path
end