Class: Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#key ⇒ String? (readonly)

Returns the value of attribute key.

Returns:

  • (String, nil)


200
201
202
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 200

def key
  @key
end

#type ⇒ String? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


201
202
203
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 201

def type
  @type
end

#value ⇒ String? (readonly)

Returns the value of attribute value.

Returns:

  • (String, nil)


202
203
204
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 202

def value
  @value
end

Class Method Details

.[](key:, type:, value:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute

Overloads:



193
194
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 193

def self.[]: (?key: String?, ?type: String?, ?value: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute
| (String?, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute

.members ⇒ [ :key, :type, :value ]

Returns:

  • ([ :key, :type, :value ])


196
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 196

def self.members: () -> [ :key, :type, :value ]

.new(key:, type:, value:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute

Overloads:



191
192
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 191

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

Parameters:

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

Returns:



198
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 198

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CustomAttribute

Instance Method Details

#members ⇒ [ :key, :type, :value ]

Returns:

  • ([ :key, :type, :value ])


204
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 204

def members: () -> [ :key, :type, :value ]

#to_h ⇒ { key: String?, type: String?, value: String? }

Returns:

  • ({ key: String?, type: String?, value: String? })


205
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 205

def to_h: () -> { key: String?, type: String?, value: String? }