123456789_123456789_123456789_123456789_123456789_

Class: Reline::DialogRenderInfo

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/reline.rb

Instance Attribute Summary

Instance Attribute Details

#bg_color (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#contents (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#face (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#height (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#pos (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#scrollbar (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#width (rw)

[ GitHub ]

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

DialogRenderInfo = Struct.new(
  :pos,
  :contents,
  :face,
  :bg_color, # For the time being, this line should stay here for the compatibility with IRB.
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)