Method: ICuke::Simulate::Events::Touch#initialize

Defined in:
lib/icuke/simulate.rb

#initialize(type, paths, options = {}) ⇒ Touch

Returns a new instance of Touch.



41
42
43
44
45
46
# File 'lib/icuke/simulate.rb', line 41

def initialize(type, paths, options = {})
  super(options)
  
  @type = type
  @paths = paths
end