class STAC::NoSelfHrefError

Raised when a STAC object does not have rel=“self” link HREF.

Attributes

stac_object[R]

Public Class Methods

new(msg = nil, stac_object:) click to toggle source
Calls superclass method
# File lib/stac/stac_object.rb, line 14
def initialize(msg = nil, stac_object:)
  super(msg)
  @stac_object = stac_object
end