Class: Peddler::APIs::NotificationsV1::AggregationFilter

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

#aggregation_settingsPeddler::APIs::NotificationsV1::AggregationSettings? (readonly)

Returns the value of attribute aggregation_settings.



14
15
16
# File 'sig/peddler/apis/notifications_v1.rbs', line 14

def aggregation_settings
  @aggregation_settings
end

Class Method Details

.[](aggregation_settings:) ⇒ Peddler::APIs::NotificationsV1::AggregationFilter .[](arg0) ⇒ Peddler::APIs::NotificationsV1::AggregationFilter



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

def self.[]: (?aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?) -> Peddler::APIs::NotificationsV1::AggregationFilter
| (Peddler::APIs::NotificationsV1::AggregationSettings?) -> Peddler::APIs::NotificationsV1::AggregationFilter

.members[ :aggregation_settings ]

Returns:

  • ([ :aggregation_settings ])


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

def self.members: () -> [ :aggregation_settings ]

.new(aggregation_settings:) ⇒ Peddler::APIs::NotificationsV1::AggregationFilter .new(arg0) ⇒ Peddler::APIs::NotificationsV1::AggregationFilter



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

def self.new: (?aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings?) -> Peddler::APIs::NotificationsV1::AggregationFilter
| (Peddler::APIs::NotificationsV1::AggregationSettings?) -> Peddler::APIs::NotificationsV1::AggregationFilter

.parsePeddler::APIs::NotificationsV1::AggregationFilter

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :aggregation_settings ]

Returns:

  • ([ :aggregation_settings ])


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

def members: () -> [ :aggregation_settings ]

#to_h{ aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings? }

Returns:



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

def to_h: () -> { aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings? }