Class: Peddler::APIs::FulfillmentOutbound20260704::Constraint
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::Constraint
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#details ⇒ Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]?
readonly
Returns the value of attribute details.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#type ⇒ String
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :code, :message, :type, :details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint
Instance Method Summary collapse
-
#members ⇒ [ :code, :message, :type, :details ]
-
#to_h ⇒ { code: String, message: String, type: String, details: Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]? }
Instance Attribute Details
#code ⇒ String (readonly)
Returns the value of attribute code.
112 113 114 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 112 def code @code end |
#details ⇒ Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]? (readonly)
Returns the value of attribute details.
113 114 115 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 113 def details @details end |
#message ⇒ String (readonly)
Returns the value of attribute message.
114 115 116 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 114 def @message end |
#type ⇒ String (readonly)
Returns the value of attribute type.
115 116 117 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 115 def type @type end |
Class Method Details
.[](code:, message:, type:, details:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint
105 106 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 105
def self.[]: (code: String, message: String, type: String, ?details: Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]?) -> Peddler::APIs::FulfillmentOutbound20260704::Constraint
| (String, String, String, Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]?) -> Peddler::APIs::FulfillmentOutbound20260704::Constraint
|
.members ⇒ [ :code, :message, :type, :details ]
108 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 108
def self.members: () -> [ :code, :message, :type, :details ]
|
.new(code:, message:, type:, details:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint
103 104 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 103
def self.new: (code: String, message: String, type: String, ?details: Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]?) -> Peddler::APIs::FulfillmentOutbound20260704::Constraint
| (String, String, String, Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]?) -> Peddler::APIs::FulfillmentOutbound20260704::Constraint
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::Constraint
110 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 110
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::Constraint
|
Instance Method Details
#members ⇒ [ :code, :message, :type, :details ]
117 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 117
def members: () -> [ :code, :message, :type, :details ]
|
#to_h ⇒ { code: String, message: String, type: String, details: Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]? }
118 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 118
def to_h: () -> { code: String, message: String, type: String, details: Array[Peddler::APIs::FulfillmentOutbound20260704::ConstraintDetail]? }
|