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



30
31
32
# File 'lib/textus/command.rb', line 30

def action
  @action
end

#job_idObject (readonly)

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



30
31
32
# File 'lib/textus/command.rb', line 30

def job_id
  @job_id
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



30
31
32
# File 'lib/textus/command.rb', line 30

def role
  @role
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



30
31
32
# File 'lib/textus/command.rb', line 30

def state
  @state
end