Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

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

#overboxString? (readonly)

Returns the value of attribute overbox.

Returns:

  • (String, nil)


995
996
997
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 995

def overbox
  @overbox
end

#packaging_optionString? (readonly)

Returns the value of attribute packaging_option.

Returns:

  • (String, nil)


996
997
998
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 996

def packaging_option
  @packaging_option
end

Class Method Details

.[](overbox:, packaging_option:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

Overloads:



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

def self.[]: (?overbox: String?, ?packaging_option: String?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
| (String?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

.members[ :overbox, :packaging_option ]

Returns:

  • ([ :overbox, :packaging_option ])


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

def self.members: () -> [ :overbox, :packaging_option ]

.new(overbox:, packaging_option:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

Overloads:



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

def self.new: (?overbox: String?, ?packaging_option: String?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
| (String?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

.parsePeddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :overbox, :packaging_option ]

Returns:

  • ([ :overbox, :packaging_option ])


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

def members: () -> [ :overbox, :packaging_option ]

#to_h{ overbox: String?, packaging_option: String? }

Returns:

  • ({ overbox: String?, packaging_option: String? })


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

def to_h: () -> { overbox: String?, packaging_option: String? }