Class: Peddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#reason_commentString? (readonly)

Returns the value of attribute reason_comment.

Returns:

  • (String, nil)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentInbound20240320::CancelSelfShipAppointmentRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :reason_comment ])


201
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 201

def members: () -> [ :reason_comment ]

#to_h{ reason_comment: String? }

Returns:

  • ({ reason_comment: String? })


202
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 202

def to_h: () -> { reason_comment: String? }