Class: Peddler::APIs::ShippingV2::GenerateCollectionFormResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#collections_form_documentPeddler::APIs::ShippingV2::CollectionsFormDocument? (readonly)

Returns the value of attribute collections_form_document.



719
720
721
# File 'sig/peddler/apis/shipping_v2.rbs', line 719

def collections_form_document
  @collections_form_document
end

Class Method Details

.[](collections_form_document:) ⇒ Peddler::APIs::ShippingV2::GenerateCollectionFormResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::GenerateCollectionFormResponse



712
713
# File 'sig/peddler/apis/shipping_v2.rbs', line 712

def self.[]: (?collections_form_document: Peddler::APIs::ShippingV2::CollectionsFormDocument?) -> Peddler::APIs::ShippingV2::GenerateCollectionFormResponse
| (Peddler::APIs::ShippingV2::CollectionsFormDocument?) -> Peddler::APIs::ShippingV2::GenerateCollectionFormResponse

.members[ :collections_form_document ]

Returns:

  • ([ :collections_form_document ])


715
# File 'sig/peddler/apis/shipping_v2.rbs', line 715

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

.new(collections_form_document:) ⇒ Peddler::APIs::ShippingV2::GenerateCollectionFormResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::GenerateCollectionFormResponse



710
711
# File 'sig/peddler/apis/shipping_v2.rbs', line 710

def self.new: (?collections_form_document: Peddler::APIs::ShippingV2::CollectionsFormDocument?) -> Peddler::APIs::ShippingV2::GenerateCollectionFormResponse
| (Peddler::APIs::ShippingV2::CollectionsFormDocument?) -> Peddler::APIs::ShippingV2::GenerateCollectionFormResponse

.parsePeddler::APIs::ShippingV2::GenerateCollectionFormResponse

Parameters:

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

Returns:



717
# File 'sig/peddler/apis/shipping_v2.rbs', line 717

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

Instance Method Details

#members[ :collections_form_document ]

Returns:

  • ([ :collections_form_document ])


721
# File 'sig/peddler/apis/shipping_v2.rbs', line 721

def members: () -> [ :collections_form_document ]

#to_h{ collections_form_document: Peddler::APIs::ShippingV2::CollectionsFormDocument? }

Returns:



722
# File 'sig/peddler/apis/shipping_v2.rbs', line 722

def to_h: () -> { collections_form_document: Peddler::APIs::ShippingV2::CollectionsFormDocument? }