Class: Redwood::ThreadViewMode::MessageLayout
- Defined in:
- lib/sup/modes/thread_view_mode.rb
Overview
this holds all info we need to lay out a message
Instance Attribute Summary collapse
-
#bot ⇒ Object
Returns the value of attribute bot.
-
#color ⇒ Object
Returns the value of attribute color.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#next ⇒ Object
Returns the value of attribute next.
-
#orig_new ⇒ Object
Returns the value of attribute orig_new.
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#star_color ⇒ Object
Returns the value of attribute star_color.
-
#state ⇒ Object
Returns the value of attribute state.
-
#toggled_state ⇒ Object
Returns the value of attribute toggled_state.
-
#top ⇒ Object
Returns the value of attribute top.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#bot ⇒ Object
Returns the value of attribute bot.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def bot @bot end |
#color ⇒ Object
Returns the value of attribute color.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def color @color end |
#depth ⇒ Object
Returns the value of attribute depth.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def depth @depth end |
#next ⇒ Object
Returns the value of attribute next.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def next @next end |
#orig_new ⇒ Object
Returns the value of attribute orig_new.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def orig_new @orig_new end |
#prev ⇒ Object
Returns the value of attribute prev.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def prev @prev end |
#star_color ⇒ Object
Returns the value of attribute star_color.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def star_color @star_color end |
#state ⇒ Object
Returns the value of attribute state.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def state @state end |
#toggled_state ⇒ Object
Returns the value of attribute toggled_state.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def toggled_state @toggled_state end |
#top ⇒ Object
Returns the value of attribute top.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def top @top end |
#width ⇒ Object
Returns the value of attribute width.
8 9 10 |
# File 'lib/sup/modes/thread_view_mode.rb', line 8 def width @width end |