Class: RedditKit::MultiredditDescription
- Defined in:
- lib/redditkit/multireddit_description.rb
Overview
A class representing a multireddit description.
Instance Attribute Summary collapse
-
#body_html ⇒ Object
readonly
Returns the value of attribute body_html.
-
#body_md ⇒ Object
(also: #text)
readonly
Returns the value of attribute body_md.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from RedditKit::Base
Instance Attribute Details
#body_html ⇒ Object (readonly)
Returns the value of attribute body_html.
8 9 10 |
# File 'lib/redditkit/multireddit_description.rb', line 8 def body_html @body_html end |
#body_md ⇒ Object (readonly) Also known as: text
Returns the value of attribute body_md.
9 10 11 |
# File 'lib/redditkit/multireddit_description.rb', line 9 def body_md @body_md end |