Module: Scorm2004::Manifest::Href

Included in:
File, Resource
Defined in:
lib/scorm2004/manifest/href.rb

Instance Method Summary collapse

Instance Method Details

#hrefString

Returns The href to which all xml:base attributes have been applied.

Returns:

  • (String)

    The href to which all xml:base attributes have been applied



5
6
7
# File 'lib/scorm2004/manifest/href.rb', line 5

def href
  (base ? resolve_href : relative_href).try(:to_s)
end