Class: Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest

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

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


2092
2093
2094
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2092

def name
  @name
end

Class Method Details

.[](name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest



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

def self.[]: (name: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest

.members[ :name ]

Returns:

  • ([ :name ])


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

def self.members: () -> [ :name ]

.new(name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest



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

def self.new: (name: String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
| (String) -> Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest

.parsePeddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :name ]

Returns:

  • ([ :name ])


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

def members: () -> [ :name ]

#to_h{ name: String }

Returns:

  • ({ name: String })


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

def to_h: () -> { name: String }