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



36
37
38
# File 'lib/reline.rb', line 36

def bg_color
  @bg_color
end

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



36
37
38
# File 'lib/reline.rb', line 36

def contents
  @contents
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



36
37
38
# File 'lib/reline.rb', line 36

def height
  @height
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



36
37
38
# File 'lib/reline.rb', line 36

def pos
  @pos
end

#scrollbarObject

Returns the value of attribute scrollbar

Returns:

  • (Object)

    the current value of scrollbar



36
37
38
# File 'lib/reline.rb', line 36

def scrollbar
  @scrollbar
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



36
37
38
# File 'lib/reline.rb', line 36

def width
  @width
end