Class: Peddler::APIs::NotificationsV1::Subscription

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#destination_idString (readonly)

Returns the value of attribute destination_id.

Returns:

  • (String)


419
420
421
# File 'sig/peddler/apis/notifications_v1.rbs', line 419

def destination_id
  @destination_id
end

#payload_versionString (readonly)

Returns the value of attribute payload_version.

Returns:

  • (String)


420
421
422
# File 'sig/peddler/apis/notifications_v1.rbs', line 420

def payload_version
  @payload_version
end

#processing_directivePeddler::APIs::NotificationsV1::ProcessingDirective? (readonly)

Returns the value of attribute processing_directive.



421
422
423
# File 'sig/peddler/apis/notifications_v1.rbs', line 421

def processing_directive
  @processing_directive
end

#subscription_idString (readonly)

Returns the value of attribute subscription_id.

Returns:

  • (String)


422
423
424
# File 'sig/peddler/apis/notifications_v1.rbs', line 422

def subscription_id
  @subscription_id
end

Class Method Details

.[](destination_id:, payload_version:, subscription_id:, processing_directive:) ⇒ Peddler::APIs::NotificationsV1::Subscription .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::NotificationsV1::Subscription

Overloads:



412
413
# File 'sig/peddler/apis/notifications_v1.rbs', line 412

def self.[]: (destination_id: String, payload_version: String, subscription_id: String, ?processing_directive: Peddler::APIs::NotificationsV1::ProcessingDirective?) -> Peddler::APIs::NotificationsV1::Subscription
| (String, String, String, Peddler::APIs::NotificationsV1::ProcessingDirective?) -> Peddler::APIs::NotificationsV1::Subscription

.members[ :destination_id, :payload_version, :subscription_id, :processing_directive ]

Returns:

  • ([ :destination_id, :payload_version, :subscription_id, :processing_directive ])


415
# File 'sig/peddler/apis/notifications_v1.rbs', line 415

def self.members: () -> [ :destination_id, :payload_version, :subscription_id, :processing_directive ]

.new(destination_id:, payload_version:, subscription_id:, processing_directive:) ⇒ Peddler::APIs::NotificationsV1::Subscription .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::NotificationsV1::Subscription

Overloads:



410
411
# File 'sig/peddler/apis/notifications_v1.rbs', line 410

def self.new: (destination_id: String, payload_version: String, subscription_id: String, ?processing_directive: Peddler::APIs::NotificationsV1::ProcessingDirective?) -> Peddler::APIs::NotificationsV1::Subscription
| (String, String, String, Peddler::APIs::NotificationsV1::ProcessingDirective?) -> Peddler::APIs::NotificationsV1::Subscription

.parsePeddler::APIs::NotificationsV1::Subscription

Parameters:

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

Returns:



417
# File 'sig/peddler/apis/notifications_v1.rbs', line 417

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

Instance Method Details

#members[ :destination_id, :payload_version, :subscription_id, :processing_directive ]

Returns:

  • ([ :destination_id, :payload_version, :subscription_id, :processing_directive ])


424
# File 'sig/peddler/apis/notifications_v1.rbs', line 424

def members: () -> [ :destination_id, :payload_version, :subscription_id, :processing_directive ]

#to_h{ destination_id: String, payload_version: String, subscription_id: String, processing_directive: Peddler::APIs::NotificationsV1::ProcessingDirective? }

Returns:



425
# File 'sig/peddler/apis/notifications_v1.rbs', line 425

def to_h: () -> { destination_id: String, payload_version: String, subscription_id: String, processing_directive: Peddler::APIs::NotificationsV1::ProcessingDirective? }