Method: Axlsx::Hyperlink#invalid_url

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

#invalid_urlString Also known as: invalidUrl

The spec says: Specifies the URL when it has been determined by the generating application that the URL is invalid. That is the generating application can still store the URL but it is known that this URL is not correct.

What exactly that means is beyond me so if you ever use this, let me know!

Returns:

  • (String)


39
40
41
# File 'lib/axlsx/drawing/hyperlink.rb', line 39

def invalid_url
  @invalid_url
end