Class: Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#update_type ⇒ String (readonly)

Returns the value of attribute update_type.

Returns:

  • (String)


1066
1067
1068
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1066

def update_type
  @update_type
end

#updates ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates? (readonly)

Returns the value of attribute updates.



1067
1068
1069
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1067

def updates
  @updates
end

Class Method Details

.[](update_type:, updates:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest



1059
1060
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1059

def self.[]: (update_type: String, ?updates: Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest
| (String, Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest

.members ⇒ [ :update_type, :updates ]

Returns:

  • ([ :update_type, :updates ])


1062
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1062

def self.members: () -> [ :update_type, :updates ]

.new(update_type:, updates:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest



1057
1058
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1057

def self.new: (update_type: String, ?updates: Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest
| (String, Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::UpdateSandboxShipmentRequest

Parameters:

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

Returns:



1064
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1064

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

Instance Method Details

#members ⇒ [ :update_type, :updates ]

Returns:

  • ([ :update_type, :updates ])


1069
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1069

def members: () -> [ :update_type, :updates ]

#to_h ⇒ { update_type: String, updates: Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates? }



1070
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1070

def to_h: () -> { update_type: String, updates: Peddler::APIs::ExternalFulfillmentShipments20240911::SandboxShipmentUpdates? }