Module: Scorm2004::Manifest::Href
Instance Method Summary collapse
-
#href ⇒ String
The
href
to which allxml:base
attributes have been applied.
Instance Method Details
#href ⇒ String
Returns 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 |