Class: Peddler::APIs::FulfillmentInbound20240320::InboundPlan

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#created_atTime (readonly)

Returns the value of attribute created_at.

Returns:

  • (Time)


847
848
849
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 847

def created_at
  @created_at
end

#inbound_plan_idString (readonly)

Returns the value of attribute inbound_plan_id.

Returns:

  • (String)


848
849
850
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 848

def inbound_plan_id
  @inbound_plan_id
end

#last_updated_atTime (readonly)

Returns the value of attribute last_updated_at.

Returns:

  • (Time)


849
850
851
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 849

def last_updated_at
  @last_updated_at
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


850
851
852
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 850

def marketplace_ids
  @marketplace_ids
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


851
852
853
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 851

def name
  @name
end

#packing_optionsArray[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]? (readonly)

Returns the value of attribute packing_options.



852
853
854
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 852

def packing_options
  @packing_options
end

#placement_optionsArray[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]? (readonly)

Returns the value of attribute placement_options.



853
854
855
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 853

def placement_options
  @placement_options
end

#shipmentsArray[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? (readonly)

Returns the value of attribute shipments.



854
855
856
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 854

def shipments
  @shipments
end

#source_addressPeddler::APIs::FulfillmentInbound20240320::Address (readonly)

Returns the value of attribute source_address.



855
856
857
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 855

def source_address
  @source_address
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


856
857
858
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 856

def status
  @status
end

Class Method Details

.[](created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:, packing_options:, placement_options:, shipments:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan

Overloads:



840
841
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 840

def self.[]: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, ?packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, ?placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, ?shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String, Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan

.members[ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]

Returns:

  • ([ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ])


843
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 843

def self.members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]

.new(created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:, packing_options:, placement_options:, shipments:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan

Overloads:



838
839
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 838

def self.new: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, ?packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, ?placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, ?shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String, Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan

.parsePeddler::APIs::FulfillmentInbound20240320::InboundPlan

Parameters:

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

Returns:



845
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 845

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan

Instance Method Details

#members[ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]

Returns:

  • ([ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ])


858
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 858

def members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]

#to_h{ created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? }

Returns:



859
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 859

def to_h: () -> { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? }