Class: Reline::DialogRenderInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#bg_colorObject

Returns the value of attribute bg_color

Returns:

  • (Object)

    the current value of bg_color



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

def bg_color
  @bg_color
end

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



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

def contents
  @contents
end

#faceObject

Returns the value of attribute face

Returns:

  • (Object)

    the current value of face



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

def face
  @face
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



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

def height
  @height
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



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

def pos
  @pos
end

#scrollbarObject

Returns the value of attribute scrollbar

Returns:

  • (Object)

    the current value of scrollbar



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

def scrollbar
  @scrollbar
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



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

def width
  @width
end