Class: Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
- Defined in:
- sig/peddler/apis/application_integrations_2024_04_01.rbs
Instance Attribute Summary collapse
-
#notification_id ⇒ String?
readonly
Returns the value of attribute notification_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :notification_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
Instance Method Summary collapse
Instance Attribute Details
#notification_id ⇒ String? (readonly)
Returns the value of attribute notification_id.
32 33 34 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 32 def notification_id @notification_id end |
Class Method Details
.[](notification_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse .[](arg0) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
25 26 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 25
def self.[]: (?notification_id: String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
| (String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
|
.members ⇒ [ :notification_id ]
28 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 28
def self.members: () -> [ :notification_id ]
|
.new(notification_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse .new(arg0) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
23 24 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 23
def self.new: (?notification_id: String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
| (String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
|
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
30 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 30
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse
|
Instance Method Details
#members ⇒ [ :notification_id ]
34 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 34
def members: () -> [ :notification_id ]
|
#to_h ⇒ { notification_id: String? }
35 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 35
def to_h: () -> { notification_id: String? }
|