Class: Leaflet::Draw::Rails::Testing::Marker

Inherits:
Shape
  • Object
show all
Defined in:
lib/leaflet-draw-rails/marker.rb

Instance Method Summary collapse

Methods inherited from Shape

#initialize, #on

Constructor Details

This class inherits a constructor from Leaflet::Draw::Rails::Testing::Shape

Instance Method Details

#draw!Object



9
10
11
# File 'lib/leaflet-draw-rails/marker.rb', line 9

def draw!
  @browser.click(*@points)
end