Class: Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#key ⇒ String?
readonly
Returns the value of attribute key.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
-
#value ⇒ String?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :key, :type, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
Instance Method Summary collapse
Instance Attribute Details
#key ⇒ String? (readonly)
Returns the value of attribute key.
161 162 163 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 161 def key @key end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
162 163 164 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 162 def type @type end |
#value ⇒ String? (readonly)
Returns the value of attribute value.
163 164 165 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 163 def value @value end |
Class Method Details
.[](key:, type:, value:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
154 155 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 154
def self.[]: (?key: String?, ?type: String?, ?value: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
| (String?, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
|
.members ⇒ [ :key, :type, :value ]
157 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 157
def self.members: () -> [ :key, :type, :value ]
|
.new(key:, type:, value:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
152 153 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 152
def self.new: (?key: String?, ?type: String?, ?value: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
| (String?, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
159 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 159
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
|
Instance Method Details
#members ⇒ [ :key, :type, :value ]
165 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 165
def members: () -> [ :key, :type, :value ]
|
#to_h ⇒ { key: String?, type: String?, value: String? }
166 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 166
def to_h: () -> { key: String?, type: String?, value: String? }
|