Class: Peddler::APIs::VendorShipmentsV1::ImportDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::ImportDetails
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#billable_weight ⇒ Peddler::APIs::VendorShipmentsV1::Weight?
readonly
Returns the value of attribute billable_weight.
-
#estimated_ship_by_date ⇒ Time?
readonly
Returns the value of attribute estimated_ship_by_date.
-
#handling_instructions ⇒ String?
readonly
Returns the value of attribute handling_instructions.
-
#import_containers ⇒ String?
readonly
Returns the value of attribute import_containers.
-
#method_of_payment ⇒ String?
readonly
Returns the value of attribute method_of_payment.
-
#route ⇒ Peddler::APIs::VendorShipmentsV1::Route?
readonly
Returns the value of attribute route.
-
#seal_number ⇒ String?
readonly
Returns the value of attribute seal_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails
Instance Method Summary collapse
-
#members ⇒ [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
-
#to_h ⇒ { billable_weight: Peddler::APIs::VendorShipmentsV1::Weight?, estimated_ship_by_date: Time?, handling_instructions: String?, import_containers: String?, method_of_payment: String?, route: Peddler::APIs::VendorShipmentsV1::Route?, seal_number: String? }
Instance Attribute Details
#billable_weight ⇒ Peddler::APIs::VendorShipmentsV1::Weight? (readonly)
Returns the value of attribute billable_weight.
302 303 304 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 302 def billable_weight @billable_weight end |
#estimated_ship_by_date ⇒ Time? (readonly)
Returns the value of attribute estimated_ship_by_date.
303 304 305 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 303 def estimated_ship_by_date @estimated_ship_by_date end |
#handling_instructions ⇒ String? (readonly)
Returns the value of attribute handling_instructions.
304 305 306 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 304 def handling_instructions @handling_instructions end |
#import_containers ⇒ String? (readonly)
Returns the value of attribute import_containers.
305 306 307 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 305 def import_containers @import_containers end |
#method_of_payment ⇒ String? (readonly)
Returns the value of attribute method_of_payment.
306 307 308 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 306 def method_of_payment @method_of_payment end |
#route ⇒ Peddler::APIs::VendorShipmentsV1::Route? (readonly)
Returns the value of attribute route.
307 308 309 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 307 def route @route end |
#seal_number ⇒ String? (readonly)
Returns the value of attribute seal_number.
308 309 310 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 308 def seal_number @seal_number end |
Class Method Details
.[](billable_weight:, estimated_ship_by_date:, handling_instructions:, import_containers:, method_of_payment:, route:, seal_number:) ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails
295 296 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 295
def self.[]: (?billable_weight: Peddler::APIs::VendorShipmentsV1::Weight?, ?estimated_ship_by_date: Time?, ?handling_instructions: String?, ?import_containers: String?, ?method_of_payment: String?, ?route: Peddler::APIs::VendorShipmentsV1::Route?, ?seal_number: String?) -> Peddler::APIs::VendorShipmentsV1::ImportDetails
| (Peddler::APIs::VendorShipmentsV1::Weight?, Time?, String?, String?, String?, Peddler::APIs::VendorShipmentsV1::Route?, String?) -> Peddler::APIs::VendorShipmentsV1::ImportDetails
|
.members ⇒ [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
298 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 298
def self.members: () -> [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
|
.new(billable_weight:, estimated_ship_by_date:, handling_instructions:, import_containers:, method_of_payment:, route:, seal_number:) ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails
293 294 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 293
def self.new: (?billable_weight: Peddler::APIs::VendorShipmentsV1::Weight?, ?estimated_ship_by_date: Time?, ?handling_instructions: String?, ?import_containers: String?, ?method_of_payment: String?, ?route: Peddler::APIs::VendorShipmentsV1::Route?, ?seal_number: String?) -> Peddler::APIs::VendorShipmentsV1::ImportDetails
| (Peddler::APIs::VendorShipmentsV1::Weight?, Time?, String?, String?, String?, Peddler::APIs::VendorShipmentsV1::Route?, String?) -> Peddler::APIs::VendorShipmentsV1::ImportDetails
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ImportDetails
300 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 300
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::ImportDetails
|
Instance Method Details
#members ⇒ [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
310 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 310
def members: () -> [ :billable_weight, :estimated_ship_by_date, :handling_instructions, :import_containers, :method_of_payment, :route, :seal_number ]
|
#to_h ⇒ { billable_weight: Peddler::APIs::VendorShipmentsV1::Weight?, estimated_ship_by_date: Time?, handling_instructions: String?, import_containers: String?, method_of_payment: String?, route: Peddler::APIs::VendorShipmentsV1::Route?, seal_number: String? }
311 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 311
def to_h: () -> { billable_weight: Peddler::APIs::VendorShipmentsV1::Weight?, estimated_ship_by_date: Time?, handling_instructions: String?, import_containers: String?, method_of_payment: String?, route: Peddler::APIs::VendorShipmentsV1::Route?, seal_number: String? }
|