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.
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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateShipmentNameRequest
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 ]
2094 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2094
def members: () -> [ :name ]
|
#to_h ⇒ { name: String }
2095 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2095
def to_h: () -> { name: String }
|