Class: RubyCurses::DragEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/core/widgets/divider.rb

Overview

Since:

  • 1.2.0

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



18
19
20
# File 'lib/rbcurse/core/widgets/divider.rb', line 18

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



18
19
20
# File 'lib/rbcurse/core/widgets/divider.rb', line 18

def type
  @type
end