Class: Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#reason_comment ⇒ String?
readonly
Returns the value of attribute reason_comment.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :reason_comment ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
Instance Method Summary collapse
Instance Attribute Details
#reason_comment ⇒ String? (readonly)
Returns the value of attribute reason_comment.
199 200 201 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 199 def reason_comment @reason_comment end |
Class Method Details
.[](reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
192 193 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 192
def self.[]: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
|
.members ⇒ [ :reason_comment ]
195 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 195
def self.members: () -> [ :reason_comment ]
|
.new(reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
190 191 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 190
def self.new: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
197 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 197
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest
|
Instance Method Details
#members ⇒ [ :reason_comment ]
201 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 201
def members: () -> [ :reason_comment ]
|
#to_h ⇒ { reason_comment: String? }
202 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 202
def to_h: () -> { reason_comment: String? }
|