Class: Peddler::APIs::FulfillmentOutbound20200701::Origin
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::Origin
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.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::FulfillmentOutbound20200701::Origin
Instance Method Summary collapse
Instance Attribute Details
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
1208 1209 1210 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1208 def country_code @country_code end |
Class Method Details
.[](country_code:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin
1201 1202 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1201
def self.[]: (country_code: String) -> Peddler::APIs::FulfillmentOutbound20200701::Origin
| (String) -> Peddler::APIs::FulfillmentOutbound20200701::Origin
|
.members ⇒ [ :country_code ]
1204 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1204
def self.members: () -> [ :country_code ]
|
.new(country_code:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin
1199 1200 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1199
def self.new: (country_code: String) -> Peddler::APIs::FulfillmentOutbound20200701::Origin
| (String) -> Peddler::APIs::FulfillmentOutbound20200701::Origin
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::Origin
1206 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1206
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::Origin
|
Instance Method Details
#members ⇒ [ :country_code ]
1210 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1210
def members: () -> [ :country_code ]
|
#to_h ⇒ { country_code: String }
1211 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1211
def to_h: () -> { country_code: String }
|