Module: Metanorma::Release::ReleaseFetcher
- Included in:
- Platform::GitHub::ReleaseFetcher, Platform::Local::Fetcher
- Defined in:
- lib/metanorma/release/aggregation_interfaces.rb
Instance Method Summary collapse
Instance Method Details
#fetch(repo, etag: nil) ⇒ Object
12 13 14 |
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 12 def fetch(repo, etag: nil) raise NotImplementedError, "#{self.class} must implement #fetch" end |