Class: Peddler::APIs::ShippingV2::CollectionsFormDocument

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

#base64_encoded_contentString? (readonly)

Returns the value of attribute base64_encoded_content.

Returns:

  • (String, nil)


407
408
409
# File 'sig/peddler/apis/shipping_v2.rbs', line 407

def base64_encoded_content
  @base64_encoded_content
end

#document_formatString? (readonly)

Returns the value of attribute document_format.

Returns:

  • (String, nil)


408
409
410
# File 'sig/peddler/apis/shipping_v2.rbs', line 408

def document_format
  @document_format
end

Class Method Details

.[](base64_encoded_content:, document_format:) ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument

Overloads:



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

def self.[]: (?base64_encoded_content: String?, ?document_format: String?) -> Peddler::APIs::ShippingV2::CollectionsFormDocument
| (String?, String?) -> Peddler::APIs::ShippingV2::CollectionsFormDocument

.members[ :base64_encoded_content, :document_format ]

Returns:

  • ([ :base64_encoded_content, :document_format ])


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

def self.members: () -> [ :base64_encoded_content, :document_format ]

.new(base64_encoded_content:, document_format:) ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument

Overloads:



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

def self.new: (?base64_encoded_content: String?, ?document_format: String?) -> Peddler::APIs::ShippingV2::CollectionsFormDocument
| (String?, String?) -> Peddler::APIs::ShippingV2::CollectionsFormDocument

.parsePeddler::APIs::ShippingV2::CollectionsFormDocument

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :base64_encoded_content, :document_format ]

Returns:

  • ([ :base64_encoded_content, :document_format ])


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

def members: () -> [ :base64_encoded_content, :document_format ]

#to_h{ base64_encoded_content: String?, document_format: String? }

Returns:

  • ({ base64_encoded_content: String?, document_format: String? })


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

def to_h: () -> { base64_encoded_content: String?, document_format: String? }