Class: Textus::Dispatch::Contracts::EnqueueJob
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::EnqueueJob
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
20 21 22 |
# File 'lib/textus/dispatch/contracts.rb', line 20 def args @args end |
#type ⇒ Object (readonly)
Returns the value of attribute type
20 21 22 |
# File 'lib/textus/dispatch/contracts.rb', line 20 def type @type end |