Class: Mindee::Product::BillOfLading::BillOfLadingV1PagePrediction

Inherits:
BillOfLadingV1Document show all
Defined in:
lib/mindee/product/bill_of_lading/bill_of_lading_v1_page.rb

Overview

Bill of Lading V1 page prediction.

Instance Attribute Summary

Attributes inherited from BillOfLadingV1Document

#bill_of_lading_number, #carrier, #carrier_items, #consignee, #date_of_issue, #departure_date, #notify_party, #place_of_delivery, #port_of_discharge, #port_of_loading, #shipper

Instance Method Summary collapse

Methods inherited from BillOfLadingV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::BillOfLading::BillOfLadingV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


24
25
26
27
28
# File 'lib/mindee/product/bill_of_lading/bill_of_lading_v1_page.rb', line 24

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end