Class: Peddler::APIs::ShippingV2::RateItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::RateItem
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#rate_item_charge ⇒ Peddler::Money?
readonly
Returns the value of attribute rate_item_charge.
-
#rate_item_id ⇒ String?
readonly
Returns the value of attribute rate_item_id.
-
#rate_item_name_localization ⇒ String?
readonly
Returns the value of attribute rate_item_name_localization.
-
#rate_item_type ⇒ String?
readonly
Returns the value of attribute rate_item_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::RateItem
Instance Method Summary collapse
-
#members ⇒ [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
-
#to_h ⇒ { rate_item_charge: Peddler::Money?, rate_item_id: String?, rate_item_name_localization: String?, rate_item_type: String? }
Instance Attribute Details
#rate_item_charge ⇒ Peddler::Money? (readonly)
Returns the value of attribute rate_item_charge.
1607 1608 1609 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1607 def rate_item_charge @rate_item_charge end |
#rate_item_id ⇒ String? (readonly)
Returns the value of attribute rate_item_id.
1608 1609 1610 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1608 def rate_item_id @rate_item_id end |
#rate_item_name_localization ⇒ String? (readonly)
Returns the value of attribute rate_item_name_localization.
1609 1610 1611 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1609 def rate_item_name_localization @rate_item_name_localization end |
#rate_item_type ⇒ String? (readonly)
Returns the value of attribute rate_item_type.
1610 1611 1612 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1610 def rate_item_type @rate_item_type end |
Class Method Details
.[](rate_item_charge:, rate_item_id:, rate_item_name_localization:, rate_item_type:) ⇒ Peddler::APIs::ShippingV2::RateItem .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ShippingV2::RateItem
1600 1601 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1600
def self.[]: (?rate_item_charge: Peddler::Money?, ?rate_item_id: String?, ?rate_item_name_localization: String?, ?rate_item_type: String?) -> Peddler::APIs::ShippingV2::RateItem
| (Peddler::Money?, String?, String?, String?) -> Peddler::APIs::ShippingV2::RateItem
|
.members ⇒ [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
1603 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1603
def self.members: () -> [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
|
.new(rate_item_charge:, rate_item_id:, rate_item_name_localization:, rate_item_type:) ⇒ Peddler::APIs::ShippingV2::RateItem .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ShippingV2::RateItem
1598 1599 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1598
def self.new: (?rate_item_charge: Peddler::Money?, ?rate_item_id: String?, ?rate_item_name_localization: String?, ?rate_item_type: String?) -> Peddler::APIs::ShippingV2::RateItem
| (Peddler::Money?, String?, String?, String?) -> Peddler::APIs::ShippingV2::RateItem
|
.parse ⇒ Peddler::APIs::ShippingV2::RateItem
1605 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1605
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::RateItem
|
Instance Method Details
#members ⇒ [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
1612 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1612
def members: () -> [ :rate_item_charge, :rate_item_id, :rate_item_name_localization, :rate_item_type ]
|
#to_h ⇒ { rate_item_charge: Peddler::Money?, rate_item_id: String?, rate_item_name_localization: String?, rate_item_type: String? }
1613 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1613
def to_h: () -> { rate_item_charge: Peddler::Money?, rate_item_id: String?, rate_item_name_localization: String?, rate_item_type: String? }
|