Class: Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#text ⇒ String?
readonly
Returns the value of attribute text.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :text ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
Instance Method Summary collapse
Instance Attribute Details
#text ⇒ String? (readonly)
Returns the value of attribute text.
225 226 227 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 225 def text @text end |
Class Method Details
.[](text:) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest .[](arg0) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
218 219 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 218
def self.[]: (?text: String?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
| (String?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
|
.members ⇒ [ :text ]
221 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 221
def self.members: () -> [ :text ]
|
.new(text:) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest .new(arg0) ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
216 217 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 216
def self.new: (?text: String?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
| (String?) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
|
.parse ⇒ Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
223 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 223
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::CreateUnexpectedProblemRequest
|
Instance Method Details
#members ⇒ [ :text ]
227 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 227
def members: () -> [ :text ]
|
#to_h ⇒ { text: String? }
228 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 228
def to_h: () -> { text: String? }
|