Class: Lutaml::Store::PackageTransport::Base
- Inherits:
-
Object
- Object
- Lutaml::Store::PackageTransport::Base
show all
- Defined in:
- lib/lutaml/store/package_transport.rb
Instance Method Summary
collapse
Instance Method Details
#read(path, package_store, format: nil) ⇒ Object
10
11
12
|
# File 'lib/lutaml/store/package_transport.rb', line 10
def read(path, package_store, format: nil)
raise NotImplementedError
end
|
#write(path, package_store, formats: {}) ⇒ Object
14
15
16
|
# File 'lib/lutaml/store/package_transport.rb', line 14
def write(path, package_store, formats: {})
raise NotImplementedError
end
|