Class: Mogura::Project::Get
- Inherits:
-
Object
- Object
- Mogura::Project::Get
- Defined in:
- lib/mogura/project.rb
Class Method Summary collapse
Class Method Details
.project ⇒ Object
19 20 21 22 |
# File 'lib/mogura/project.rb', line 19 def project # https://docs.digdag.io/api/ raise NotImplementedError, "You must implement #{self.name}##{__method__}" end |