Method: Forrst::Post#content
- Defined in:
- lib/forrst/post.rb
#content ⇒ Object (readonly)
The content of the post. If it’s a question this field contains the question, if it’s a code post it will contain the code attached to the post.
175 176 177 |
# File 'lib/forrst/post.rb', line 175 def content @content end |