Class: Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]?
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]? (readonly)
Returns the value of attribute errors.
241 242 243 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 241 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse .[](arg0) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
234 235 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 234
def self.[]: (?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
| (Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
|
.members ⇒ [ :errors ]
237 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 237
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse .new(arg0) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
232 233 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 232
def self.new: (?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
| (Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
|
.parse ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
239 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 239
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemResponse
|
Instance Method Details
#members ⇒ [ :errors ]
243 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 243
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::MessagingV1::Error]? }
244 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 244
def to_h: () -> { errors: Array[Peddler::APIs::MessagingV1::Error]? }
|