Class: Peddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL

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)


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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentInboundV0::BillOfLadingDownloadURL

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :download_url ])


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

def members: () -> [ :download_url ]

#to_h{ download_url: String? }

Returns:

  • ({ download_url: String? })


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

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