Class: Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#document_download ⇒ Peddler::APIs::FulfillmentInbound20240320::DocumentDownload
readonly
Returns the value of attribute document_download.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :document_download ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
Instance Method Summary collapse
-
#members ⇒ [ :document_download ]
-
#to_h ⇒ { document_download: Peddler::APIs::FulfillmentInbound20240320::DocumentDownload }
Instance Attribute Details
#document_download ⇒ Peddler::APIs::FulfillmentInbound20240320::DocumentDownload (readonly)
Returns the value of attribute document_download.
795 796 797 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 795 def document_download @document_download end |
Class Method Details
.[](document_download:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
788 789 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 788
def self.[]: (document_download: Peddler::APIs::FulfillmentInbound20240320::DocumentDownload) -> Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
| (Peddler::APIs::FulfillmentInbound20240320::DocumentDownload) -> Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
|
.members ⇒ [ :document_download ]
791 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 791
def self.members: () -> [ :document_download ]
|
.new(document_download:) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
786 787 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 786
def self.new: (document_download: Peddler::APIs::FulfillmentInbound20240320::DocumentDownload) -> Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
| (Peddler::APIs::FulfillmentInbound20240320::DocumentDownload) -> Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
793 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 793
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::GetDeliveryChallanDocumentResponse
|
Instance Method Details
#members ⇒ [ :document_download ]
797 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 797
def members: () -> [ :document_download ]
|
#to_h ⇒ { document_download: Peddler::APIs::FulfillmentInbound20240320::DocumentDownload }
798 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 798
def to_h: () -> { document_download: Peddler::APIs::FulfillmentInbound20240320::DocumentDownload }
|