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.
-
#face ⇒ Object
Returns the value of attribute face.
-
#height ⇒ Object
Returns the value of attribute height.
-
#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
28 29 30 |
# File 'lib/reline.rb', line 28 def bg_color @bg_color end |
#contents ⇒ Object
Returns the value of attribute contents
28 29 30 |
# File 'lib/reline.rb', line 28 def contents @contents end |
#face ⇒ Object
Returns the value of attribute face
28 29 30 |
# File 'lib/reline.rb', line 28 def face @face end |
#height ⇒ Object
Returns the value of attribute height
28 29 30 |
# File 'lib/reline.rb', line 28 def height @height end |
#pos ⇒ Object
Returns the value of attribute pos
28 29 30 |
# File 'lib/reline.rb', line 28 def pos @pos end |
#scrollbar ⇒ Object
Returns the value of attribute scrollbar
28 29 30 |
# File 'lib/reline.rb', line 28 def @scrollbar end |
#width ⇒ Object
Returns the value of attribute width
28 29 30 |
# File 'lib/reline.rb', line 28 def width @width end |