Class: Shwedagon::Views::Home

Inherits:
Layout
  • Object
show all
Defined in:
lib/pagoda/views/home.rb

Instance Attribute Summary collapse

Attributes inherited from Layout

#name, #path

Method Summary

Methods inherited from Layout

#base_url, #title

Instance Attribute Details

#draftsObject (readonly)

Returns the value of attribute drafts.



4
5
6
# File 'lib/pagoda/views/home.rb', line 4

def drafts
  @drafts
end

#publishedObject (readonly)

Returns the value of attribute published.



5
6
7
# File 'lib/pagoda/views/home.rb', line 5

def published
  @published
end