Class: Peddler::APIs::ExternalFulfillmentShipments20240911::DocumentV2

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#url ⇒ String (readonly)

Returns the value of attribute url.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :url ])


275
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 275

def members: () -> [ :url ]

#to_h ⇒ { url: String }

Returns:

  • ({ url: String })


276
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 276

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