Method: Mechanize::Page::Image#title

Defined in:
lib/mechanize/page/image.rb

#titleObject

The title attribute of the image



147
148
149
# File 'lib/mechanize/page/image.rb', line 147

def title
  node['title']
end