Class: Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Returns the value of attribute name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
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 ]
2093 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2093
def members: () -> [ :name ]
|
#to_h ⇒ { name: String }
2094 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2094
def to_h: () -> { name: String }
|