Class: Peddler::APIs::FulfillmentInbound20240320::Region
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::Region
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#country_code ⇒ String?
readonly
Returns the value of attribute country_code.
-
#state ⇒ String?
readonly
Returns the value of attribute state.
-
#warehouse_id ⇒ String?
readonly
Returns the value of attribute warehouse_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :country_code, :state, :warehouse_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Region
Instance Method Summary collapse
-
#members ⇒ [ :country_code, :state, :warehouse_id ]
-
#to_h ⇒ { country_code: String?, state: String?, warehouse_id: String? }
Instance Attribute Details
#country_code ⇒ String? (readonly)
Returns the value of attribute country_code.
1542 1543 1544 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1542 def country_code @country_code end |
#state ⇒ String? (readonly)
Returns the value of attribute state.
1543 1544 1545 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1543 def state @state end |
#warehouse_id ⇒ String? (readonly)
Returns the value of attribute warehouse_id.
1544 1545 1546 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1544 def warehouse_id @warehouse_id end |
Class Method Details
.[](country_code:, state:, warehouse_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Region .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::Region
1535 1536 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1535
def self.[]: (?country_code: String?, ?state: String?, ?warehouse_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::Region
| (String?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::Region
|
.members ⇒ [ :country_code, :state, :warehouse_id ]
1538 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1538
def self.members: () -> [ :country_code, :state, :warehouse_id ]
|
.new(country_code:, state:, warehouse_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Region .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::Region
1533 1534 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1533
def self.new: (?country_code: String?, ?state: String?, ?warehouse_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::Region
| (String?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::Region
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Region
1540 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1540
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::Region
|
Instance Method Details
#members ⇒ [ :country_code, :state, :warehouse_id ]
1546 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1546
def members: () -> [ :country_code, :state, :warehouse_id ]
|
#to_h ⇒ { country_code: String?, state: String?, warehouse_id: String? }
1547 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1547
def to_h: () -> { country_code: String?, state: String?, warehouse_id: String? }
|