Class: Peddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/messaging_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attachmentsArray[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
  @attachments
end

#textString? (readonly)

Returns the value of attribute text.

Returns:

  • (String, nil)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::MessagingV1::CreateConfirmCustomizationDetailsRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



35
# File 'sig/peddler/apis/messaging_v1.rbs', line 35

def to_h: () -> { attachments: Array[Peddler::APIs::MessagingV1::Attachment]?, text: String? }