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.
1046 1047 1048 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1046 def rejection_reason_description @rejection_reason_description end |
#rejection_reason_id ⇒ String (readonly)
Returns the value of attribute rejection_reason_id.
1047 1048 1049 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1047 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
1039 1040 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1039
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 ]
1042 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1042
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
1037 1038 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1037
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
1044 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1044
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::RejectionReason
|
Instance Method Details
#members ⇒ [ :rejection_reason_description, :rejection_reason_id ]
1049 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1049
def members: () -> [ :rejection_reason_description, :rejection_reason_id ]
|
#to_h ⇒ { rejection_reason_description: String, rejection_reason_id: String }
1050 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1050
def to_h: () -> { rejection_reason_description: String, rejection_reason_id: String }
|