Class: Geoblacklight::Metadata::Html
- Defined in:
- lib/geoblacklight/metadata/html.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#blank?, #document, #endpoint, #initialize
Constructor Details
This class inherits a constructor from Geoblacklight::Metadata::Base
Instance Method Details
#transform ⇒ Object
6 7 8 9 10 11 |
# File 'lib/geoblacklight/metadata/html.rb', line 6 def transform ActionController::Base.helpers.tag.iframe("", src: @reference.endpoint, scrolling: "yes", frameborder: 0) end |