Class: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
- 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::BillOfLadingDownloadURL
Instance Method Summary collapse
Instance Attribute Details
#download_url ⇒ String? (readonly)
Returns the value of attribute download_url.
98 99 100 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 98 def download_url @download_url end |
Class Method Details
.[](download_url:) ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL .[](arg0) ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
91 92 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 91
def self.[]: (?download_url: String?) -> Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
| (String?) -> Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
|
.members ⇒ [ :download_url ]
94 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 94
def self.members: () -> [ :download_url ]
|
.new(download_url:) ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL .new(arg0) ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
89 90 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 89
def self.new: (?download_url: String?) -> Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
| (String?) -> Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
96 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 96
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL
|
Instance Method Details
#members ⇒ [ :download_url ]
100 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 100
def members: () -> [ :download_url ]
|
#to_h ⇒ { download_url: String? }
101 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 101
def to_h: () -> { download_url: String? }
|