Class: Textus::Dispatch::Contracts::JobsAction

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



52
53
54
# File 'lib/textus/dispatch/contracts.rb', line 52

def action
  @action
end

#job_idObject (readonly)

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



52
53
54
# File 'lib/textus/dispatch/contracts.rb', line 52

def job_id
  @job_id
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



52
53
54
# File 'lib/textus/dispatch/contracts.rb', line 52

def state
  @state
end