Class: Peddler::APIs::OrdersV0::RejectionReason
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::RejectionReason
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#rejection_reason_description ⇒ String
readonly
Returns the value of attribute rejection_reason_description.
-
#rejection_reason_id ⇒ String
readonly
Returns the value of attribute rejection_reason_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :rejection_reason_description, :rejection_reason_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::RejectionReason
Instance Method Summary collapse
-
#members ⇒ [ :rejection_reason_description, :rejection_reason_id ]
-
#to_h ⇒ { rejection_reason_description: String, rejection_reason_id: String }
Instance Attribute Details
#rejection_reason_description ⇒ String (readonly)
Returns the value of attribute rejection_reason_description.
1026 1027 1028 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1026 def rejection_reason_description @rejection_reason_description end |
#rejection_reason_id ⇒ String (readonly)
Returns the value of attribute rejection_reason_id.
1027 1028 1029 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1027 def rejection_reason_id @rejection_reason_id end |
Class Method Details
.[](rejection_reason_description:, rejection_reason_id:) ⇒ Peddler::APIs::OrdersV0::RejectionReason .[](arg0, arg1) ⇒ Peddler::APIs::OrdersV0::RejectionReason
1019 1020 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1019
def self.[]: (rejection_reason_description: String, rejection_reason_id: String) -> Peddler::APIs::OrdersV0::RejectionReason
| (String, String) -> Peddler::APIs::OrdersV0::RejectionReason
|
.members ⇒ [ :rejection_reason_description, :rejection_reason_id ]
1022 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1022
def self.members: () -> [ :rejection_reason_description, :rejection_reason_id ]
|
.new(rejection_reason_description:, rejection_reason_id:) ⇒ Peddler::APIs::OrdersV0::RejectionReason .new(arg0, arg1) ⇒ Peddler::APIs::OrdersV0::RejectionReason
1017 1018 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1017
def self.new: (rejection_reason_description: String, rejection_reason_id: String) -> Peddler::APIs::OrdersV0::RejectionReason
| (String, String) -> Peddler::APIs::OrdersV0::RejectionReason
|
.parse ⇒ Peddler::APIs::OrdersV0::RejectionReason
1024 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1024
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::RejectionReason
|
Instance Method Details
#members ⇒ [ :rejection_reason_description, :rejection_reason_id ]
1029 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1029
def members: () -> [ :rejection_reason_description, :rejection_reason_id ]
|
#to_h ⇒ { rejection_reason_description: String, rejection_reason_id: String }
1030 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1030
def to_h: () -> { rejection_reason_description: String, rejection_reason_id: String }
|