Class: Geoblacklight::WebServicesDefaultComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Geoblacklight::WebServicesDefaultComponent
- Defined in:
- app/components/geoblacklight/web_services_default_component.rb
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
Instance Method Summary collapse
-
#initialize(reference:) ⇒ WebServicesDefaultComponent
constructor
A new instance of WebServicesDefaultComponent.
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
#reference ⇒ Object (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 |