Class: Shwedagon::Views::NewPost

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

Instance Attribute Summary collapse

Attributes inherited from Layout

#name, #path

Instance Method Summary collapse

Methods inherited from Layout

#base_url

Instance Attribute Details

#ptitleObject (readonly)

Returns the value of attribute ptitle.



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

def ptitle
  @ptitle
end

Instance Method Details

#titleObject



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

def title
  @ptitle
end