Class: Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#download_url ⇒ String?
readonly
Returns the value of attribute download_url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :download_url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
Instance Method Summary collapse
Instance Attribute Details
#download_url ⇒ String? (readonly)
Returns the value of attribute download_url.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::LabelDownloadURL
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 ]
393 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 393
def members: () -> [ :download_url ]
|
#to_h ⇒ { download_url: String? }
394 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 394
def to_h: () -> { download_url: String? }
|