Class: Phonehome::JobInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/phonehome.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_job_idObject

Returns the value of attribute api_job_id

Returns:

  • (Object)

    the current value of api_job_id



7
8
9
# File 'lib/phonehome.rb', line 7

def api_job_id
  @api_job_id
end

#begin_timeObject

Returns the value of attribute begin_time

Returns:

  • (Object)

    the current value of begin_time



7
8
9
# File 'lib/phonehome.rb', line 7

def begin_time
  @begin_time
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/phonehome.rb', line 7

def status
  @status
end