Class: InstDataShipper::Jobs::Base

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/inst_data_shipper/jobs/base.rb

Direct Known Subclasses

AsyncCaller

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#start_timeObject (readonly)

Returns the value of attribute start_time.



6
7
8
# File 'lib/inst_data_shipper/jobs/base.rb', line 6

def start_time
  @start_time
end

Instance Method Details

#working_dirObject



14
15
16
# File 'lib/inst_data_shipper/jobs/base.rb', line 14

def working_dir
  @working_dir ||= Dir.mktmpdir
end