Class: Kuhsaft::PagePart::Markdown

Inherits:
Base
  • Object
show all
Defined in:
app/models/kuhsaft/page_parts/markdown.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Kuhsaft::PagePart::Base

Instance Attribute Details

#textObject

Returns the value of attribute text.



4
5
6
# File 'app/models/kuhsaft/page_parts/markdown.rb', line 4

def text
  @text
end