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.
170 171 172 |
# File 'sig/peddler/apis/orders_v0.rbs', line 170 def buyer_cancel_reason @buyer_cancel_reason end |
#is_buyer_requested_cancel ⇒ String? (readonly)
Returns the value of attribute is_buyer_requested_cancel.
171 172 173 |
# File 'sig/peddler/apis/orders_v0.rbs', line 171 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
163 164 |
# File 'sig/peddler/apis/orders_v0.rbs', line 163
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 ]
166 |
# File 'sig/peddler/apis/orders_v0.rbs', line 166
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
161 162 |
# File 'sig/peddler/apis/orders_v0.rbs', line 161
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
168 |
# File 'sig/peddler/apis/orders_v0.rbs', line 168
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerRequestedCancel
|
Instance Method Details
#members ⇒ [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
173 |
# File 'sig/peddler/apis/orders_v0.rbs', line 173
def members: () -> [ :buyer_cancel_reason, :is_buyer_requested_cancel ]
|
#to_h ⇒ { buyer_cancel_reason: String?, is_buyer_requested_cancel: String? }
174 |
# File 'sig/peddler/apis/orders_v0.rbs', line 174
def to_h: () -> { buyer_cancel_reason: String?, is_buyer_requested_cancel: String? }
|