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)


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

def name
  @name
end

Class Method Details

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



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

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

.members[ :name ]

Returns:

  • ([ :name ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :name ]

Returns:

  • ([ :name ])


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

def members: () -> [ :name ]

#to_h{ name: String }

Returns:

  • ({ name: String })


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

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