Class: Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#order_id ⇒ String
readonly
Returns the value of attribute order_id.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :order_id, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
Instance Method Summary collapse
Instance Attribute Details
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
148 149 150 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 148 def order_id @order_id end |
#status ⇒ String (readonly)
Returns the value of attribute status.
149 150 151 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 149 def status @status end |
Class Method Details
.[](order_id:, status:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
141 142 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 141
def self.[]: (order_id: String, status: String) -> Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
|
.members ⇒ [ :order_id, :status ]
144 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 144
def self.members: () -> [ :order_id, :status ]
|
.new(order_id:, status:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
139 140 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 139
def self.new: (order_id: String, status: String) -> Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
| (String, String) -> Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
146 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 146
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::CreateOrderAcceptedResponse
|
Instance Method Details
#members ⇒ [ :order_id, :status ]
151 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 151
def members: () -> [ :order_id, :status ]
|
#to_h ⇒ { order_id: String, status: String }
152 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 152
def to_h: () -> { order_id: String, status: String }
|