Class: Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest

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)


1576
1577
1578
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1576

def reason_comment
  @reason_comment
end

Class Method Details

.[](reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest



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

def self.[]: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest

.members[ :reason_comment ]

Returns:

  • ([ :reason_comment ])


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

def self.members: () -> [ :reason_comment ]

.new(reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest



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

def self.new: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest

.parsePeddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest

Instance Method Details

#members[ :reason_comment ]

Returns:

  • ([ :reason_comment ])


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

def members: () -> [ :reason_comment ]

#to_h{ reason_comment: String? }

Returns:

  • ({ reason_comment: String? })


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

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