Class: Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#url ⇒ String
readonly
Returns the value of attribute url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
Instance Method Summary collapse
Instance Attribute Details
#url ⇒ String (readonly)
Returns the value of attribute url.
273 274 275 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 273 def url @url end |
Class Method Details
.[](url:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2 .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
266 267 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 266
def self.[]: (url: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
| (String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
.members ⇒ [ :url ]
269 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 269
def self.members: () -> [ :url ]
|
.new(url:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2 .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
264 265 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 264
def self.new: (url: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
| (String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
271 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 271
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
Instance Method Details
#members ⇒ [ :url ]
275 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 275
def members: () -> [ :url ]
|
#to_h ⇒ { url: String }
276 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 276
def to_h: () -> { url: String }
|