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