Class: Peddler::APIs::ShippingV2::PrintOption

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

#supported_document_detailsArray[Peddler::APIs::ShippingV2::SupportedDocumentDetail] (readonly)

Returns the value of attribute supported_document_details.



1482
1483
1484
# File 'sig/peddler/apis/shipping_v2.rbs', line 1482

def supported_document_details
  @supported_document_details
end

#supported_dp_isArray[untyped]? (readonly)

Returns the value of attribute supported_dp_is.

Returns:

  • (Array[untyped], nil)


1483
1484
1485
# File 'sig/peddler/apis/shipping_v2.rbs', line 1483

def supported_dp_is
  @supported_dp_is
end

#supported_file_joining_optionsArray[untyped] (readonly)

Returns the value of attribute supported_file_joining_options.

Returns:

  • (Array[untyped])


1484
1485
1486
# File 'sig/peddler/apis/shipping_v2.rbs', line 1484

def supported_file_joining_options
  @supported_file_joining_options
end

#supported_page_layoutsArray[untyped] (readonly)

Returns the value of attribute supported_page_layouts.

Returns:

  • (Array[untyped])


1485
1486
1487
# File 'sig/peddler/apis/shipping_v2.rbs', line 1485

def supported_page_layouts
  @supported_page_layouts
end

Class Method Details

.[](supported_document_details:, supported_file_joining_options:, supported_page_layouts:, supported_dp_is:) ⇒ Peddler::APIs::ShippingV2::PrintOption .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ShippingV2::PrintOption

Overloads:



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

def self.[]: (supported_document_details: Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], supported_file_joining_options: Array[untyped], supported_page_layouts: Array[untyped], ?supported_dp_is: Array[untyped]?) -> Peddler::APIs::ShippingV2::PrintOption
| (Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], Array[untyped], Array[untyped], Array[untyped]?) -> Peddler::APIs::ShippingV2::PrintOption

.members[ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ]

Returns:

  • ([ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ])


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

def self.members: () -> [ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ]

.new(supported_document_details:, supported_file_joining_options:, supported_page_layouts:, supported_dp_is:) ⇒ Peddler::APIs::ShippingV2::PrintOption .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ShippingV2::PrintOption

Overloads:



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

def self.new: (supported_document_details: Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], supported_file_joining_options: Array[untyped], supported_page_layouts: Array[untyped], ?supported_dp_is: Array[untyped]?) -> Peddler::APIs::ShippingV2::PrintOption
| (Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], Array[untyped], Array[untyped], Array[untyped]?) -> Peddler::APIs::ShippingV2::PrintOption

.parsePeddler::APIs::ShippingV2::PrintOption

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ]

Returns:

  • ([ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ])


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

def members: () -> [ :supported_document_details, :supported_file_joining_options, :supported_page_layouts, :supported_dp_is ]

#to_h{ supported_document_details: Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], supported_file_joining_options: Array[untyped], supported_page_layouts: Array[untyped], supported_dp_is: Array[untyped]? }

Returns:



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

def to_h: () -> { supported_document_details: Array[Peddler::APIs::ShippingV2::SupportedDocumentDetail], supported_file_joining_options: Array[untyped], supported_page_layouts: Array[untyped], supported_dp_is: Array[untyped]? }