Class: Reline::DialogRenderInfo

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#bg_colorObject

Returns the value of attribute bg_color

Returns:

  • (Object)

    the current value of bg_color



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

def bg_color
  @bg_color
end

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



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

def contents
  @contents
end

#faceObject

Returns the value of attribute face

Returns:

  • (Object)

    the current value of face



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

def face
  @face
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



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

def height
  @height
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



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

def pos
  @pos
end

#scrollbarObject

Returns the value of attribute scrollbar

Returns:

  • (Object)

    the current value of scrollbar



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

def scrollbar
  @scrollbar
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



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

def width
  @width
end