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



4
5
6
7
8
9
10
# File 'lib/geoblacklight/metadata/html.rb', line 4

def transform
  ActionController::Base.helpers.(:iframe,
                                             '',
                                             src: @reference.endpoint,
                                             scrolling: 'yes',
                                             frameborder: 0)
end