Class: Peddler::APIs::NotificationsV1::Subscription
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::Subscription
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#destination_id ⇒ String
readonly
Returns the value of attribute destination_id.
-
#payload_version ⇒ String
readonly
Returns the value of attribute payload_version.
-
#processing_directive ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective?
readonly
Returns the value of attribute processing_directive.
-
#subscription_id ⇒ String
readonly
Returns the value of attribute subscription_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :destination_id, :payload_version, :subscription_id, :processing_directive ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::Subscription
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#destination_id ⇒ String (readonly)
Returns the value of attribute destination_id.
454 455 456 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 454 def destination_id @destination_id end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
455 456 457 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 455 def payload_version @payload_version end |
#processing_directive ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective? (readonly)
Returns the value of attribute processing_directive.
456 457 458 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 456 def processing_directive @processing_directive end |
#subscription_id ⇒ String (readonly)
Returns the value of attribute subscription_id.
457 458 459 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 457 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
447 448 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 447
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 ]
450 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 450
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
445 446 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 445
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
|
.parse ⇒ Peddler::APIs::NotificationsV1::Subscription
452 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 452
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::Subscription
|
Instance Method Details
#members ⇒ [ :destination_id, :payload_version, :subscription_id, :processing_directive ]
459 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 459
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? }
460 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 460
def to_h: () -> { destination_id: String, payload_version: String, subscription_id: String, processing_directive: Peddler::APIs::NotificationsV1::ProcessingDirective? }
|