Class: Peddler::APIs::NotificationsV1::ProcessingDirective

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

#event_filterPeddler::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 ]

Returns:

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

.parsePeddler::APIs::NotificationsV1::ProcessingDirective

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :event_filter ])


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

def members: () -> [ :event_filter ]

#to_h{ event_filter: Peddler::APIs::NotificationsV1::EventFilter? }

Returns:



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

def to_h: () -> { event_filter: Peddler::APIs::NotificationsV1::EventFilter? }