Module: Textus::Lanes::Artifact::Handlers
- Defined in:
- lib/textus/lanes/artifact/handlers.rb
Class Method Summary collapse
- .get(key:, store:, ctx:, call:) ⇒ Object
- .list(store:, ctx:, call:, prefix: nil) ⇒ Object
- .refresh(key:, store:, ctx:, call:) ⇒ Object
- .status(store:, ctx:, call:) ⇒ Object
Class Method Details
.get(key:, store:, ctx:, call:) ⇒ Object
7 8 9 |
# File 'lib/textus/lanes/artifact/handlers.rb', line 7 def get(key:, store:, ctx:, call:) store.get(key:) end |
.list(store:, ctx:, call:, prefix: nil) ⇒ Object
11 12 13 |
# File 'lib/textus/lanes/artifact/handlers.rb', line 11 def list(store:, ctx:, call:, prefix: nil) store.list(prefix: prefix || "artifact") end |