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