Class: Peddler::APIs::OrdersV0::BuyerRequestedCancel
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::BuyerRequestedCancel
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#buyer_cancel_reason ⇒ String?
readonly
Returns the value of attribute buyer_cancel_reason.
-
#is_buyer_requested_cancel ⇒ String?
readonly
Returns the value of attribute is_buyer_requested_cancel.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel
Instance Method Summary collapse
-
#members ⇒ [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
-
#to_h ⇒ { buyer_cancel_reason: String?, is_buyer_requested_cancel: String? }
Instance Attribute Details
#buyer_cancel_reason ⇒ String? (readonly)
Returns the value of attribute buyer_cancel_reason.
192 193 194 |
# File 'sig/peddler/apis/orders_v0.rbs', line 192 def buyer_cancel_reason @buyer_cancel_reason end |
#is_buyer_requested_cancel ⇒ String? (readonly)
Returns the value of attribute is_buyer_requested_cancel.
193 194 195 |
# File 'sig/peddler/apis/orders_v0.rbs', line 193 def is_buyer_requested_cancel @is_buyer_requested_cancel end |
Class Method Details
.[](buyer_cancel_reason:, is_buyer_requested_cancel:) ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel .[](arg0, arg1) ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel
185 186 |
# File 'sig/peddler/apis/orders_v0.rbs', line 185
def self.[]: (?buyer_cancel_reason: String?, ?is_buyer_requested_cancel: String?) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
| (String?, String?) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
|
.members ⇒ [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
188 |
# File 'sig/peddler/apis/orders_v0.rbs', line 188
def self.members: () -> [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
|
.new(buyer_cancel_reason:, is_buyer_requested_cancel:) ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel .new(arg0, arg1) ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel
183 184 |
# File 'sig/peddler/apis/orders_v0.rbs', line 183
def self.new: (?buyer_cancel_reason: String?, ?is_buyer_requested_cancel: String?) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
| (String?, String?) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
|
.parse ⇒ Peddler::APIs::OrdersV0::BuyerRequestedCancel
190 |
# File 'sig/peddler/apis/orders_v0.rbs', line 190
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
|
Instance Method Details
#members ⇒ [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
195 |
# File 'sig/peddler/apis/orders_v0.rbs', line 195
def members: () -> [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
|
#to_h ⇒ { buyer_cancel_reason: String?, is_buyer_requested_cancel: String? }
196 |
# File 'sig/peddler/apis/orders_v0.rbs', line 196
def to_h: () -> { buyer_cancel_reason: String?, is_buyer_requested_cancel: String? }
|