Class: Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#download_urlString? (readonly)

Returns the value of attribute download_url.

Returns:

  • (String, nil)


391
392
393
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 391

def download_url
  @download_url
end

Class Method Details

.[](download_url:) ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL .[](arg0) ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

Overloads:



384
385
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 384

def self.[]: (?download_url: String?) -> Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
| (String?) -> Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

.members[ :download_url ]

Returns:

  • ([ :download_url ])


387
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 387

def self.members: () -> [ :download_url ]

.new(download_url:) ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL .new(arg0) ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

Overloads:



382
383
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 382

def self.new: (?download_url: String?) -> Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
| (String?) -> Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

.parsePeddler::APIs::FulfillmentInboundV0::LabelDownloadURL

Parameters:

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

Returns:



389
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 389

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL

Instance Method Details

#members[ :download_url ]

Returns:

  • ([ :download_url ])


393
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 393

def members: () -> [ :download_url ]

#to_h{ download_url: String? }

Returns:

  • ({ download_url: String? })


394
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 394

def to_h: () -> { download_url: String? }