Class: NewSub
- Inherits:
-
Struct
- Object
- Struct
- NewSub
- Defined in:
- lib/reddit_auto.rb
Overview
Written by Ícaro Augusto Website: icaroaugusto.com Github: github.com/IcaroAugusto
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sidebar ⇒ Object
Returns the value of attribute sidebar.
-
#subtext ⇒ Object
Returns the value of attribute subtext.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def content @content end |
#description ⇒ Object
Returns the value of attribute description
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def description @description end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def name @name end |
#sidebar ⇒ Object
Returns the value of attribute sidebar
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def @sidebar end |
#subtext ⇒ Object
Returns the value of attribute subtext
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def subtext @subtext end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def title @title end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/reddit_auto.rb', line 7 def type @type end |