Class: OrangeData::Transport::ReceiptIntermediateResult

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



116
117
118
# File 'lib/orange_data/transport.rb', line 116

def get_result
  get_result_with(:get_document)
end