Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewServices

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#additionalHash[untyped, untyped]? (readonly)

Returns the value of attribute additional.

Returns:

  • (Hash[untyped, untyped], nil)


1080
1081
1082
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1080

def additional
  @additional
end

#packagingPeddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService? (readonly)

Returns the value of attribute packaging.



1081
1082
1083
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1081

def packaging
  @packaging
end

Class Method Details

.[](additional:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewServices .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewServices



1073
1074
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1073

def self.[]: (?additional: Hash[untyped, untyped]?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewServices

.members[ :additional, :packaging ]

Returns:

  • ([ :additional, :packaging ])


1076
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1076

def self.members: () -> [ :additional, :packaging ]

.new(additional:, packaging:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewServices .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewServices



1071
1072
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1071

def self.new: (?additional: Hash[untyped, untyped]?, ?packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewServices
| (Hash[untyped, untyped]?, Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewServices

.parsePeddler::APIs::FulfillmentOutbound20260704::PreviewServices

Parameters:

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

Returns:



1078
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1078

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

Instance Method Details

#members[ :additional, :packaging ]

Returns:

  • ([ :additional, :packaging ])


1083
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1083

def members: () -> [ :additional, :packaging ]

#to_h{ additional: Hash[untyped, untyped]?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService? }

Returns:



1084
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1084

def to_h: () -> { additional: Hash[untyped, untyped]?, packaging: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService? }