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.



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

def event_filter
  @event_filter
end

#filter_expressionString? (readonly)

Returns the value of attribute filter_expression.

Returns:

  • (String, nil)


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

def filter_expression
  @filter_expression
end

Class Method Details

.[](event_filter:, filter_expression:) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective

Overloads:



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

def self.[]: (?event_filter: Peddler::APIs::NotificationsV1::EventFilter?, ?filter_expression: String?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
| (Peddler::APIs::NotificationsV1::EventFilter?, String?) -> Peddler::APIs::NotificationsV1::ProcessingDirective

.members[ :event_filter, :filter_expression ]

Returns:

  • ([ :event_filter, :filter_expression ])


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

def self.members: () -> [ :event_filter, :filter_expression ]

.new(event_filter:, filter_expression:) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::ProcessingDirective

Overloads:



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

def self.new: (?event_filter: Peddler::APIs::NotificationsV1::EventFilter?, ?filter_expression: String?) -> Peddler::APIs::NotificationsV1::ProcessingDirective
| (Peddler::APIs::NotificationsV1::EventFilter?, String?) -> Peddler::APIs::NotificationsV1::ProcessingDirective

.parsePeddler::APIs::NotificationsV1::ProcessingDirective

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :event_filter, :filter_expression ]

Returns:

  • ([ :event_filter, :filter_expression ])


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

def members: () -> [ :event_filter, :filter_expression ]

#to_h{ event_filter: Peddler::APIs::NotificationsV1::EventFilter?, filter_expression: String? }

Returns:



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

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