Class: Peddler::APIs::FulfillmentOutbound20260704::Weight
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::Weight
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#unit ⇒ String
readonly
Returns the value of attribute unit.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :unit, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight
Instance Method Summary collapse
Instance Attribute Details
#unit ⇒ String (readonly)
Returns the value of attribute unit.
1353 1354 1355 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1353 def unit @unit end |
#value ⇒ String (readonly)
Returns the value of attribute value.
1354 1355 1356 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1354 def value @value end |
Class Method Details
.[](unit:, value:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight
1346 1347 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1346
def self.[]: (unit: String, value: String) -> Peddler::APIs::FulfillmentOutbound20260704::Weight
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::Weight
|
.members ⇒ [ :unit, :value ]
1349 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1349
def self.members: () -> [ :unit, :value ]
|
.new(unit:, value:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight
1344 1345 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1344
def self.new: (unit: String, value: String) -> Peddler::APIs::FulfillmentOutbound20260704::Weight
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::Weight
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Weight
1351 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1351
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::Weight
|
Instance Method Details
#members ⇒ [ :unit, :value ]
1356 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1356
def members: () -> [ :unit, :value ]
|
#to_h ⇒ { unit: String, value: String }
1357 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1357
def to_h: () -> { unit: String, value: String }
|