Class: Textus::Background::Job::Refresh
- Defined in:
- lib/textus/background/job/refresh.rb
Constant Summary collapse
- TYPE =
"refresh"
Instance Method Summary collapse
- #args ⇒ Object
- #call(container:, call:) ⇒ Object
-
#initialize(key:) ⇒ Refresh
constructor
A new instance of Refresh.
Methods inherited from Base
Constructor Details
#initialize(key:) ⇒ Refresh
Returns a new instance of Refresh.
9 10 11 12 |
# File 'lib/textus/background/job/refresh.rb', line 9 def initialize(key:) super() @key = key end |
Instance Method Details
#args ⇒ Object
14 |
# File 'lib/textus/background/job/refresh.rb', line 14 def args = { key: @key } |