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.
217 218 219 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 217 def url @url end |
Class Method Details
.[](url:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2 .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
210 211 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 210
def self.[]: (url: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
| (String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
.members ⇒ [ :url ]
213 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 213
def self.members: () -> [ :url ]
|
.new(url:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2 .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
208 209 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 208
def self.new: (url: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
| (String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
215 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 215
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2
|
Instance Method Details
#members ⇒ [ :url ]
219 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 219
def members: () -> [ :url ]
|
#to_h ⇒ { url: String }
220 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 220
def to_h: () -> { url: String }
|