Class: Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#country_code ⇒ String
readonly
Returns the value of attribute country_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :country_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
Instance Method Summary collapse
Instance Attribute Details
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
684 685 686 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 684 def country_code @country_code end |
Class Method Details
.[](country_code:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
677 678 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 677
def self.[]: (country_code: String) -> Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
| (String) -> Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
|
.members ⇒ [ :country_code ]
680 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 680
def self.members: () -> [ :country_code ]
|
.new(country_code:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
675 676 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 675
def self.new: (country_code: String) -> Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
| (String) -> Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
682 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 682
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin
|
Instance Method Details
#members ⇒ [ :country_code ]
686 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 686
def members: () -> [ :country_code ]
|
#to_h ⇒ { country_code: String }
687 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 687
def to_h: () -> { country_code: String }
|