Class: Reline::DialogRenderInfo
- Inherits:
-
Struct
- Object
- Struct
- Reline::DialogRenderInfo
- Defined in:
- lib/reline.rb
Instance Attribute Summary collapse
-
#bg_color ⇒ Object
Returns the value of attribute bg_color.
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#fg_color ⇒ Object
Returns the value of attribute fg_color.
-
#height ⇒ Object
Returns the value of attribute height.
-
#pointer_bg_color ⇒ Object
Returns the value of attribute pointer_bg_color.
-
#pointer_fg_color ⇒ Object
Returns the value of attribute pointer_fg_color.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#scrollbar ⇒ Object
Returns the value of attribute scrollbar.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#bg_color ⇒ Object
Returns the value of attribute bg_color
36 37 38 |
# File 'lib/reline.rb', line 36 def bg_color @bg_color end |
#contents ⇒ Object
Returns the value of attribute contents
36 37 38 |
# File 'lib/reline.rb', line 36 def contents @contents end |
#fg_color ⇒ Object
Returns the value of attribute fg_color
36 37 38 |
# File 'lib/reline.rb', line 36 def fg_color @fg_color end |
#height ⇒ Object
Returns the value of attribute height
36 37 38 |
# File 'lib/reline.rb', line 36 def height @height end |
#pointer_bg_color ⇒ Object
Returns the value of attribute pointer_bg_color
36 37 38 |
# File 'lib/reline.rb', line 36 def pointer_bg_color @pointer_bg_color end |
#pointer_fg_color ⇒ Object
Returns the value of attribute pointer_fg_color
36 37 38 |
# File 'lib/reline.rb', line 36 def pointer_fg_color @pointer_fg_color end |
#pos ⇒ Object
Returns the value of attribute pos
36 37 38 |
# File 'lib/reline.rb', line 36 def pos @pos end |
#scrollbar ⇒ Object
Returns the value of attribute scrollbar
36 37 38 |
# File 'lib/reline.rb', line 36 def @scrollbar end |
#width ⇒ Object
Returns the value of attribute width
36 37 38 |
# File 'lib/reline.rb', line 36 def width @width end |