Class: Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#attachments ⇒ Array[Peddler::APIs::MessagingV1::Attachment]?
readonly
Returns the value of attribute attachments.
-
#text ⇒ String?
readonly
Returns the value of attribute text.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attachments, :text ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
Instance Method Summary collapse
-
#members ⇒ [ :attachments, :text ]
-
#to_h ⇒ { attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, text: String? }
Instance Attribute Details
#attachments ⇒ Array[Peddler::APIs::MessagingV1::Attachment]? (readonly)
Returns the value of attribute attachments.
31 32 33 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 31 def @attachments end |
#text ⇒ String? (readonly)
Returns the value of attribute text.
32 33 34 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 32 def text @text end |
Class Method Details
.[](attachments:, text:) ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest .[](arg0, arg1) ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
24 25 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 24
def self.[]: (?attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, ?text: String?) -> Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
| (Array[Peddler::APIs::MessagingV1::Attachment]?, String?) -> Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
|
.members ⇒ [ :attachments, :text ]
27 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 27
def self.members: () -> [ :attachments, :text ]
|
.new(attachments:, text:) ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest .new(arg0, arg1) ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
22 23 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 22
def self.new: (?attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, ?text: String?) -> Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
| (Array[Peddler::APIs::MessagingV1::Attachment]?, String?) -> Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
|
.parse ⇒ Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
29 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 29
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest
|
Instance Method Details
#members ⇒ [ :attachments, :text ]
34 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 34
def members: () -> [ :attachments, :text ]
|
#to_h ⇒ { attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, text: String? }
35 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 35
def to_h: () -> { attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, text: String? }
|