Class: Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#notification_idString? (readonly)

Returns the value of attribute notification_id.

Returns:

  • (String, nil)


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 ]

Returns:

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

.parsePeddler::APIs::ApplicationIntegrations20240401::CreateNotificationResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :notification_id ])


34
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 34

def members: () -> [ :notification_id ]

#to_h{ notification_id: String? }

Returns:

  • ({ notification_id: String? })


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

def to_h: () -> { notification_id: String? }