Class: Reline::DialogRenderInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/reline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bg_color ⇒ Object

Returns the value of attribute bg_color

Returns:

  • (Object) —

    the current value of bg_color



29
30
31
# File 'lib/reline.rb', line 29

def bg_color
  @bg_color
end

#contents ⇒ Object

Returns the value of attribute contents

Returns:

  • (Object) —

    the current value of contents



29
30
31
# File 'lib/reline.rb', line 29

def contents
  @contents
end

#face ⇒ Object

Returns the value of attribute face

Returns:

  • (Object) —

    the current value of face



29
30
31
# File 'lib/reline.rb', line 29

def face
  @face
end

#height ⇒ Object

Returns the value of attribute height

Returns:

  • (Object) —

    the current value of height



29
30
31
# File 'lib/reline.rb', line 29

def height
  @height
end

#pos ⇒ Object

Returns the value of attribute pos

Returns:

  • (Object) —

    the current value of pos



29
30
31
# File 'lib/reline.rb', line 29

def pos
  @pos
end

#scrollbar ⇒ Object

Returns the value of attribute scrollbar

Returns:

  • (Object) —

    the current value of scrollbar



29
30
31
# File 'lib/reline.rb', line 29

def scrollbar
  @scrollbar
end

#width ⇒ Object

Returns the value of attribute width

Returns:

  • (Object) —

    the current value of width



29
30
31
# File 'lib/reline.rb', line 29

def width
  @width
end