Class: Peddler::APIs::VendorShipmentsV1::ImportDetails

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_shipments_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#billable_weightPeddler::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_dateTime? (readonly)

Returns the value of attribute estimated_ship_by_date.

Returns:

  • (Time, nil)


303
304
305
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 303

def estimated_ship_by_date
  @estimated_ship_by_date
end

#handling_instructionsString? (readonly)

Returns the value of attribute handling_instructions.

Returns:

  • (String, nil)


304
305
306
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 304

def handling_instructions
  @handling_instructions
end

#import_containersString? (readonly)

Returns the value of attribute import_containers.

Returns:

  • (String, nil)


305
306
307
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 305

def import_containers
  @import_containers
end

#method_of_paymentString? (readonly)

Returns the value of attribute method_of_payment.

Returns:

  • (String, nil)


306
307
308
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 306

def method_of_payment
  @method_of_payment
end

#routePeddler::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_numberString? (readonly)

Returns the value of attribute seal_number.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::VendorShipmentsV1::ImportDetails

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }