Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#carrier_code_type ⇒ String?
readonly
Returns the value of attribute carrier_code_type.
-
#carrier_code_value ⇒ String?
readonly
Returns the value of attribute carrier_code_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_code_type, :carrier_code_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
Instance Method Summary collapse
-
#members ⇒ [ :carrier_code_type, :carrier_code_value ]
-
#to_h ⇒ { carrier_code_type: String?, carrier_code_value: String? }
Instance Attribute Details
#carrier_code_type ⇒ String? (readonly)
Returns the value of attribute carrier_code_type.
40 41 42 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 40 def carrier_code_type @carrier_code_type end |
#carrier_code_value ⇒ String? (readonly)
Returns the value of attribute carrier_code_value.
41 42 43 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 41 def carrier_code_value @carrier_code_value end |
Class Method Details
.[](carrier_code_type:, carrier_code_value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
33 34 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 33
def self.[]: (?carrier_code_type: String?, ?carrier_code_value: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
|
.members ⇒ [ :carrier_code_type, :carrier_code_value ]
36 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 36
def self.members: () -> [ :carrier_code_type, :carrier_code_value ]
|
.new(carrier_code_type:, carrier_code_value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
31 32 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 31
def self.new: (?carrier_code_type: String?, ?carrier_code_value: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
38 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 38
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::CarrierCode
|
Instance Method Details
#members ⇒ [ :carrier_code_type, :carrier_code_value ]
43 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 43
def members: () -> [ :carrier_code_type, :carrier_code_value ]
|
#to_h ⇒ { carrier_code_type: String?, carrier_code_value: String? }
44 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 44
def to_h: () -> { carrier_code_type: String?, carrier_code_value: String? }
|