Class: Mindee::Product::BillOfLading::BillOfLadingV1PagePrediction
- Inherits:
-
BillOfLadingV1Document
- Object
- Mindee::Parsing::Common::Prediction
- BillOfLadingV1Document
- Mindee::Product::BillOfLading::BillOfLadingV1PagePrediction
- 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
Methods inherited from Mindee::Parsing::Common::Prediction
Constructor Details
This class inherits a constructor from Mindee::Product::BillOfLading::BillOfLadingV1Document
Instance Method Details
#to_s ⇒ String
28 29 30 31 32 |
# File 'lib/mindee/product/bill_of_lading/bill_of_lading_v1_page.rb', line 28 def to_s out_str = String.new out_str << "\n#{super}" out_str end |