Class: RubyCurses::DragEvent
- Defined in:
- lib/rbcurse/core/widgets/divider.rb
Overview
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
18 19 20 |
# File 'lib/rbcurse/core/widgets/divider.rb', line 18 def source @source end |
#type ⇒ Object
Returns the value of attribute type
18 19 20 |
# File 'lib/rbcurse/core/widgets/divider.rb', line 18 def type @type end |