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



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

def bg_color
  @bg_color
end

#contentsObject

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

#faceObject

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

#heightObject

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

#posObject

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

#scrollbarObject

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

#widthObject

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