Class: Geoblacklight::Metadata::Html

Inherits:
Base
  • Object
show all
Defined in:
lib/geoblacklight/metadata/html.rb

Instance Attribute Summary

Attributes inherited from Base

#reference

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

#transformObject



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