Method: Sufia::ResourceSync::SourceDescriptionWriter#initialize

Defined in:
lib/sufia/resource_sync/source_description_writer.rb

#initialize(capability_list_url: 'http://example.com/dataset1/capabilitylist.xml') ⇒ SourceDescriptionWriter

Returns a new instance of SourceDescriptionWriter.



5
6
7
# File 'lib/sufia/resource_sync/source_description_writer.rb', line 5

def initialize(capability_list_url: 'http://example.com/dataset1/capabilitylist.xml')
  @capability_list_url = capability_list_url
end