Class: Textus::Dispatch::Contracts::EnqueueJob

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/dispatch/contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



20
21
22
# File 'lib/textus/dispatch/contracts.rb', line 20

def args
  @args
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



20
21
22
# File 'lib/textus/dispatch/contracts.rb', line 20

def type
  @type
end