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
5 6 7 8 9 10 |
# File 'lib/geoblacklight/metadata/html.rb', line 5 def transform ActionController::Base.helpers.tag.iframe('', src: @reference.endpoint, scrolling: 'yes', frameborder: 0) end |