Class: Redwood::ThreadViewMode::MessageLayout

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#botObject

Returns the value of attribute bot.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def bot
  @bot
end

#colorObject

Returns the value of attribute color.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def color
  @color
end

#depthObject

Returns the value of attribute depth.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def depth
  @depth
end

#nextObject

Returns the value of attribute next.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def next
  @next
end

#orig_newObject

Returns the value of attribute orig_new.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def orig_new
  @orig_new
end

#prevObject

Returns the value of attribute prev.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def prev
  @prev
end

#star_colorObject

Returns the value of attribute star_color.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def star_color
  @star_color
end

#stateObject

Returns the value of attribute state.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def state
  @state
end

#toggled_stateObject

Returns the value of attribute toggled_state.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def toggled_state
  @toggled_state
end

#topObject

Returns the value of attribute top.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def top
  @top
end

#widthObject

Returns the value of attribute width.



6
7
8
# File 'lib/sup/modes/thread_view_mode.rb', line 6

def width
  @width
end