Class: Mohawk::Accessors::Link

Inherits:
Label
  • Object
show all
Defined in:
lib/mohawk/accessors/link.rb

Instance Attribute Summary

Attributes inherited from Label

#view

Instance Method Summary collapse

Methods inherited from Label

#initialize, #value

Constructor Details

This class inherits a constructor from Mohawk::Accessors::Label

Instance Method Details

#clickObject



4
5
6
# File 'lib/mohawk/accessors/link.rb', line 4

def click
  @view.click
end