Class: Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
- 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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attachments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
Instance Method Summary collapse
Instance Attribute Details
#attachments ⇒ Array[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 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 ]
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
|
.parse ⇒ Peddler::APIs::MessagingV1::CreateLegalDisclosureRequest
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 ]
195 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 195
def members: () -> [ :attachments ]
|
#to_h ⇒ { attachments: Array[Peddler::APIs::MessagingV1::Attachment]? }
196 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 196
def to_h: () -> { attachments: Array[Peddler::APIs::MessagingV1::Attachment]? }
|