module Novel
Constants
- BASE_LOGGER
- MEMORY_REPOSITORY
- ONE_MINUTE
- VERSION
Public Class Methods
compose(repository: MEMORY_REPOSITORY, logger: BASE_LOGGER, timeout: ONE_MINUTE, **args)
click to toggle source
# File lib/novel.rb, line 25 def self.compose(repository: MEMORY_REPOSITORY, logger: BASE_LOGGER, timeout: ONE_MINUTE, **args) Base.new(repository: repository, logger: logger, timeout: timeout, **args) end