Class: Peddler::APIs::FulfillmentOutbound20260704::OrderOrigin

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

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentOutbound20260704::OrderOrigin

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :country_code ])


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

def members: () -> [ :country_code ]

#to_h{ country_code: String }

Returns:

  • ({ country_code: String })


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

def to_h: () -> { country_code: String }