Class: Peddler::APIs::ShippingV2::CarrierAccountAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::CarrierAccountAttribute
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#attribute_name ⇒ String?
readonly
Returns the value of attribute attribute_name.
-
#property_group ⇒ String?
readonly
Returns the value of attribute property_group.
-
#value ⇒ String?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attribute_name, :property_group, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute
Instance Method Summary collapse
-
#members ⇒ [ :attribute_name, :property_group, :value ]
-
#to_h ⇒ { attribute_name: String?, property_group: String?, value: String? }
Instance Attribute Details
#attribute_name ⇒ String? (readonly)
Returns the value of attribute attribute_name.
247 248 249 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 247 def attribute_name @attribute_name end |
#property_group ⇒ String? (readonly)
Returns the value of attribute property_group.
248 249 250 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 248 def property_group @property_group end |
#value ⇒ String? (readonly)
Returns the value of attribute value.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ShippingV2::CarrierAccountAttribute
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 ]
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? }
252 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 252
def to_h: () -> { attribute_name: String?, property_group: String?, value: String? }
|