Class: Peddler::APIs::ApplicationManagement20231130::Error
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ApplicationManagement20231130::Error
- Defined in:
- sig/peddler/apis/application_management_2023_11_30.rbs
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#details ⇒ String?
readonly
Returns the value of attribute details.
-
#message ⇒ String
readonly
Returns the value of attribute message.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :code, :message, :details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ApplicationManagement20231130::Error
Instance Method Summary collapse
-
#members ⇒ [ :code, :message, :details ]
-
#to_h ⇒ { code: String, message: String, details: String? }
Instance Attribute Details
#code ⇒ String (readonly)
Returns the value of attribute code.
14 15 16 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 14 def code @code end |
#details ⇒ String? (readonly)
Returns the value of attribute details.
15 16 17 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 15 def details @details end |
#message ⇒ String (readonly)
Returns the value of attribute message.
16 17 18 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 16 def @message end |
Class Method Details
.[](code:, message:, details:) ⇒ Peddler::APIs::ApplicationManagement20231130::Error .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ApplicationManagement20231130::Error
7 8 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 7
def self.[]: (code: String, message: String, ?details: String?) -> Peddler::APIs::ApplicationManagement20231130::Error
| (String, String, String?) -> Peddler::APIs::ApplicationManagement20231130::Error
|
.members ⇒ [ :code, :message, :details ]
10 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 10
def self.members: () -> [ :code, :message, :details ]
|
.new(code:, message:, details:) ⇒ Peddler::APIs::ApplicationManagement20231130::Error .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ApplicationManagement20231130::Error
5 6 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 5
def self.new: (code: String, message: String, ?details: String?) -> Peddler::APIs::ApplicationManagement20231130::Error
| (String, String, String?) -> Peddler::APIs::ApplicationManagement20231130::Error
|
.parse ⇒ Peddler::APIs::ApplicationManagement20231130::Error
12 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ApplicationManagement20231130::Error
|
Instance Method Details
#members ⇒ [ :code, :message, :details ]
18 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 18
def members: () -> [ :code, :message, :details ]
|
#to_h ⇒ { code: String, message: String, details: String? }
19 |
# File 'sig/peddler/apis/application_management_2023_11_30.rbs', line 19
def to_h: () -> { code: String, message: String, details: String? }
|