Class: OrangeData::Transport::CorrectionIntermediateResult

Inherits:
IntermediateResult show all
Defined in:
lib/orange_data/transport.rb

Instance Attribute Summary

Attributes inherited from IntermediateResult

#errors, #retry_count, #retry_in

Instance Method Summary collapse

Methods inherited from IntermediateResult

#initialize, #retry, #should_retry?, #success?

Constructor Details

This class inherits a constructor from OrangeData::Transport::IntermediateResult

Instance Method Details

#get_resultObject



122
123
124
# File 'lib/orange_data/transport.rb', line 122

def get_result
  get_result_with(:get_correction)
end