Class: Peddler::APIs::NotificationsV1::ProcessingDirective
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::ProcessingDirective
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#event_filter ⇒ Peddler::APIs::NotificationsV1::EventFilter?
readonly
Returns the value of attribute event_filter.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :event_filter ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective
Instance Method Summary collapse
Instance Attribute Details
#event_filter ⇒ Peddler::APIs::NotificationsV1::EventFilter? (readonly)
Returns the value of attribute event_filter.
387 388 389 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 387 def event_filter @event_filter end |
Class Method Details
.[](event_filter:) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective .[](arg0) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective
380 381 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 380
def self.[]: (?event_filter: Peddler::APIs::NotificationsV1::EventFilter?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
| (Peddler::APIs::NotificationsV1::EventFilter?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
|
.members ⇒ [ :event_filter ]
383 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 383
def self.members: () -> [ :event_filter ]
|
.new(event_filter:) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective .new(arg0) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective
378 379 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 378
def self.new: (?event_filter: Peddler::APIs::NotificationsV1::EventFilter?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
| (Peddler::APIs::NotificationsV1::EventFilter?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
|
.parse ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective
385 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 385
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::ProcessingDirective
|
Instance Method Details
#members ⇒ [ :event_filter ]
389 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 389
def members: () -> [ :event_filter ]
|
#to_h ⇒ { event_filter: Peddler::APIs::NotificationsV1::EventFilter? }
390 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 390
def to_h: () -> { event_filter: Peddler::APIs::NotificationsV1::EventFilter? }
|