Class: Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
- 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::ScheduleSelfShipAppointmentRequest
Instance Method Summary collapse
Instance Attribute Details
#reason_comment ⇒ String? (readonly)
Returns the value of attribute reason_comment.
1577 1578 1579 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1577 def reason_comment @reason_comment end |
Class Method Details
.[](reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
1570 1571 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1570
def self.[]: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
|
.members ⇒ [ :reason_comment ]
1573 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1573
def self.members: () -> [ :reason_comment ]
|
.new(reason_comment:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
1568 1569 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1568
def self.new: (?reason_comment: String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
| (String?) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
1575 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1575
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ScheduleSelfShipAppointmentRequest
|
Instance Method Details
#members ⇒ [ :reason_comment ]
1579 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1579
def members: () -> [ :reason_comment ]
|
#to_h ⇒ { reason_comment: String? }
1580 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1580
def to_h: () -> { reason_comment: String? }
|