Method: Axlsx::Hyperlink#href

Defined in:
lib/axlsx/drawing/hyperlink.rb

#hrefString

The destination of the hyperlink stored in the drawing's relationships document.

Returns:

  • (String)


10
11
12
# File 'lib/axlsx/drawing/hyperlink.rb', line 10

def href
  @href
end