Class: Peddler::APIs::ShippingV2::CollectionsFormDocument
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::CollectionsFormDocument
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#base64_encoded_content ⇒ String?
readonly
Returns the value of attribute base64_encoded_content.
-
#document_format ⇒ String?
readonly
Returns the value of attribute document_format.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :base64_encoded_content, :document_format ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument
Instance Method Summary collapse
-
#members ⇒ [ :base64_encoded_content, :document_format ]
-
#to_h ⇒ { base64_encoded_content: String?, document_format: String? }
Instance Attribute Details
#base64_encoded_content ⇒ String? (readonly)
Returns the value of attribute base64_encoded_content.
407 408 409 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 407 def base64_encoded_content @base64_encoded_content end |
#document_format ⇒ String? (readonly)
Returns the value of attribute document_format.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ShippingV2::CollectionsFormDocument
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 ]
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? }
411 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 411
def to_h: () -> { base64_encoded_content: String?, document_format: String? }
|