Sha256: 32c8242f0ddb68acc056dc3909223cd05709ef26447acb11efb49acac589b3b4

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig.
# License:   Apache License, Version 2.0

module Java::OrgTmapiCore::Locator

  include RTM::Locator
  extend Superiseable

  # Returns the external form of the IRI.
  # Any special character will be escaped using the escaping conventions
  # of RFC 3987.
  #
  # :call-seq:
  #   value -> String
  #
  def value
    toExternalForm
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rtm-javatmapi-0.3.1-java lib/rtm/javatmapi/core/locator.rb
rtm-javatmapi-0.3.0 lib/rtm/javatmapi/core/locator.rb
rtm-javatmapi-0.2.1 lib/rtm/javatmapi/core/locator.rb