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

#filter_expressionString? (readonly)

Returns the value of attribute filter_expression.

Returns:

  • (String, nil)


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

def filter_expression
  @filter_expression
end

Class Method Details

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

Overloads:



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

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 ])


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

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

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

Overloads:



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

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:



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, :filter_expression ]

Returns:

  • ([ :event_filter, :filter_expression ])


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

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

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

Returns:



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

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