Class: OsCtl::ExportFS::Operations::Base
- Inherits:
-
Object
- Object
- OsCtl::ExportFS::Operations::Base
show all
- Defined in:
- lib/osctl/exportfs/operations/base.rb
Direct Known Subclasses
Export::Add, Export::Remove, Exportfs::Generate, Runit::Generate, Server::Attach, Server::CGroup, Server::Configure, Server::Create, Server::Delete, Server::Exec, Server::List, Server::Runsv, Server::Spawn
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.run ⇒ Object
3
4
5
6
|
# File 'lib/osctl/exportfs/operations/base.rb', line 3
def self.run(*, &)
op = new(*, &)
op.execute
end
|
Instance Method Details
#execute ⇒ Object
8
9
10
|
# File 'lib/osctl/exportfs/operations/base.rb', line 8
def execute
raise NotImplementedError
end
|