Class: Textus::Command::Jobs

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



35
36
37
# File 'lib/textus/command.rb', line 35

def action
  @action
end

#job_idObject (readonly)

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



35
36
37
# File 'lib/textus/command.rb', line 35

def job_id
  @job_id
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



35
36
37
# File 'lib/textus/command.rb', line 35

def role
  @role
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



35
36
37
# File 'lib/textus/command.rb', line 35

def state
  @state
end