module Stormwatch::Workflows
Constants
- Requirements
- VERSION
Public Class Methods
board_storage=(storage)
click to toggle source
# File lib/stormwatch/workflows.rb, line 15 def self.board_storage=(storage) Registry.register('storage.boards', storage) end
box_storage=(storage)
click to toggle source
# File lib/stormwatch/workflows.rb, line 19 def self.box_storage=(storage) Registry.register('storage.boxes', storage) end
config() { |self| ... }
click to toggle source
# File lib/stormwatch/workflows.rb, line 10 def self.config(&blk) yield self self end
token_storage=(storage)
click to toggle source
# File lib/stormwatch/workflows.rb, line 23 def self.token_storage=(storage) Registry.register('storage.tokens', storage) end