Class: Shwedagon::Views::Edit

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

Instance Attribute Summary collapse

Attributes inherited from Layout

#path

Method Summary

Methods inherited from Layout

#base_url

Instance Attribute Details

#contentObject

Returns the value of attribute content.



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

def content
  @content
end

#draftObject

Returns the value of attribute draft.



7
8
9
# File 'lib/pagoda/views/edit.rb', line 7

def draft
  @draft
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/pagoda/views/edit.rb', line 6

def name
  @name
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end