Class: Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#type ⇒ String
readonly
Returns the value of attribute type.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :type, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
Instance Method Summary collapse
Instance Attribute Details
#type ⇒ String (readonly)
Returns the value of attribute type.
131 132 133 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 131 def type @type end |
#value ⇒ String (readonly)
Returns the value of attribute value.
132 133 134 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 132 def value @value end |
Class Method Details
.[](type:, value:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
124 125 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 124
def self.[]: (type: String, value: String) -> Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
|
.members ⇒ [ :type, :value ]
127 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 127
def self.members: () -> [ :type, :value ]
|
.new(type:, value:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
122 123 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 122
def self.new: (type: String, value: String) -> Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
129 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 129
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail
|
Instance Method Details
#members ⇒ [ :type, :value ]
134 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 134
def members: () -> [ :type, :value ]
|
#to_h ⇒ { type: String, value: String }
135 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 135
def to_h: () -> { type: String, value: String }
|