Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#overbox ⇒ String?
readonly
Returns the value of attribute overbox.
-
#packaging_option ⇒ String?
readonly
Returns the value of attribute packaging_option.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :overbox, :packaging_option ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
Instance Method Summary collapse
Instance Attribute Details
#overbox ⇒ String? (readonly)
Returns the value of attribute overbox.
995 996 997 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 995 def overbox @overbox end |
#packaging_option ⇒ String? (readonly)
Returns the value of attribute packaging_option.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPackagingService
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 ]
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? }
999 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 999
def to_h: () -> { overbox: String?, packaging_option: String? }
|