Class: Peddler::APIs::NotificationsV1::SendTestNotificationRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::SendTestNotificationRequest
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#destination_id ⇒ String?
readonly
Returns the value of attribute destination_id.
-
#test_notification ⇒ Peddler::APIs::NotificationsV1::TestNotification?
readonly
Returns the value of attribute test_notification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination_id, :test_notification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest
Instance Method Summary collapse
-
#members ⇒ [ :destination_id, :test_notification ]
-
#to_h ⇒ { destination_id: String?, test_notification: Peddler::APIs::NotificationsV1::TestNotification? }
Instance Attribute Details
#destination_id ⇒ String? (readonly)
Returns the value of attribute destination_id.
439 440 441 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 439 def destination_id @destination_id end |
#test_notification ⇒ Peddler::APIs::NotificationsV1::TestNotification? (readonly)
Returns the value of attribute test_notification.
440 441 442 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 440 def test_notification @test_notification end |
Class Method Details
.[](destination_id:, test_notification:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest
432 433 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 432
def self.[]: (?destination_id: String?, ?test_notification: Peddler::APIs::NotificationsV1::TestNotification?) -> Peddler::APIs::NotificationsV1::SendTestNotificationRequest
| (String?, Peddler::APIs::NotificationsV1::TestNotification?) -> Peddler::APIs::NotificationsV1::SendTestNotificationRequest
|
.members ⇒ [ :destination_id, :test_notification ]
435 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 435
def self.members: () -> [ :destination_id, :test_notification ]
|
.new(destination_id:, test_notification:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest
430 431 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 430
def self.new: (?destination_id: String?, ?test_notification: Peddler::APIs::NotificationsV1::TestNotification?) -> Peddler::APIs::NotificationsV1::SendTestNotificationRequest
| (String?, Peddler::APIs::NotificationsV1::TestNotification?) -> Peddler::APIs::NotificationsV1::SendTestNotificationRequest
|
.parse ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationRequest
437 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 437
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::SendTestNotificationRequest
|
Instance Method Details
#members ⇒ [ :destination_id, :test_notification ]
442 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 442
def members: () -> [ :destination_id, :test_notification ]
|
#to_h ⇒ { destination_id: String?, test_notification: Peddler::APIs::NotificationsV1::TestNotification? }
443 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 443
def to_h: () -> { destination_id: String?, test_notification: Peddler::APIs::NotificationsV1::TestNotification? }
|