Class: Geoblacklight::WebServicesDefaultComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/geoblacklight/web_services_default_component.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reference:) ⇒ WebServicesDefaultComponent

Returns a new instance of WebServicesDefaultComponent.



6
7
8
9
# File 'app/components/geoblacklight/web_services_default_component.rb', line 6

def initialize(reference:)
  @reference = reference
  super()
end

Instance Attribute Details

#referenceObject (readonly)

Returns the value of attribute reference.



5
6
7
# File 'app/components/geoblacklight/web_services_default_component.rb', line 5

def reference
  @reference
end