Class: Peddler::APIs::ShippingV2::CarrierAccountAttribute

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attribute_nameString? (readonly)

Returns the value of attribute attribute_name.

Returns:

  • (String, nil)


247
248
249
# File 'sig/peddler/apis/shipping_v2.rbs', line 247

def attribute_name
  @attribute_name
end

#property_groupString? (readonly)

Returns the value of attribute property_group.

Returns:

  • (String, nil)


248
249
250
# File 'sig/peddler/apis/shipping_v2.rbs', line 248

def property_group
  @property_group
end

#valueString? (readonly)

Returns the value of attribute value.

Returns:

  • (String, nil)


249
250
251
# File 'sig/peddler/apis/shipping_v2.rbs', line 249

def value
  @value
end

Class Method Details

.[](attribute_name:, property_group:, value:) ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute

Overloads:



240
241
# File 'sig/peddler/apis/shipping_v2.rbs', line 240

def self.[]: (?attribute_name: String?, ?property_group: String?, ?value: String?) -> Peddler::APIs::ShippingV2::CarrierAccountAttribute
| (String?, String?, String?) -> Peddler::APIs::ShippingV2::CarrierAccountAttribute

.members[ :attribute_name, :property_group, :value ]

Returns:

  • ([ :attribute_name, :property_group, :value ])


243
# File 'sig/peddler/apis/shipping_v2.rbs', line 243

def self.members: () -> [ :attribute_name, :property_group, :value ]

.new(attribute_name:, property_group:, value:) ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute

Overloads:



238
239
# File 'sig/peddler/apis/shipping_v2.rbs', line 238

def self.new: (?attribute_name: String?, ?property_group: String?, ?value: String?) -> Peddler::APIs::ShippingV2::CarrierAccountAttribute
| (String?, String?, String?) -> Peddler::APIs::ShippingV2::CarrierAccountAttribute

.parsePeddler::APIs::ShippingV2::CarrierAccountAttribute

Parameters:

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

Returns:



245
# File 'sig/peddler/apis/shipping_v2.rbs', line 245

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

Instance Method Details

#members[ :attribute_name, :property_group, :value ]

Returns:

  • ([ :attribute_name, :property_group, :value ])


251
# File 'sig/peddler/apis/shipping_v2.rbs', line 251

def members: () -> [ :attribute_name, :property_group, :value ]

#to_h{ attribute_name: String?, property_group: String?, value: String? }

Returns:

  • ({ attribute_name: String?, property_group: String?, value: String? })


252
# File 'sig/peddler/apis/shipping_v2.rbs', line 252

def to_h: () -> { attribute_name: String?, property_group: String?, value: String? }