Class: Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest

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.



193
194
195
# File 'sig/peddler/apis/messaging_v1.rbs', line 193

def attachments
  @attachments
end

Class Method Details

.[](attachments:) ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest .[](arg0) ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest



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

def self.[]: (?attachments: Array[Peddler::APIs::MessagingV1::Attachment]?) -> Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
| (Array[Peddler::APIs::MessagingV1::Attachment]?) -> Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest

.members[ :attachments ]

Returns:

  • ([ :attachments ])


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

def self.members: () -> [ :attachments ]

.new(attachments:) ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest .new(arg0) ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest



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

def self.new: (?attachments: Array[Peddler::APIs::MessagingV1::Attachment]?) -> Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
| (Array[Peddler::APIs::MessagingV1::Attachment]?) -> Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest

.parsePeddler::APIs::MessagingV1::CreateLegalDisclosureRequest

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest

Instance Method Details

#members[ :attachments ]

Returns:

  • ([ :attachments ])


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

def members: () -> [ :attachments ]

#to_h{ attachments: Array[Peddler::APIs::MessagingV1::Attachment]? }

Returns:



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

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