Class: Peddler::APIs::NotificationsV1::AggregationFilter
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::AggregationFilter
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#aggregation_settings ⇒ Peddler::APIs::NotificationsV1::AggregationSettings?
readonly
Returns the value of attribute aggregation_settings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :aggregation_settings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::AggregationFilter
Instance Method Summary collapse
-
#members ⇒ [ :aggregation_settings ]
-
#to_h ⇒ { aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings? }
Instance Attribute Details
#aggregation_settings ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::NotificationsV1::AggregationFilter
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 ]
16 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 16
def members: () -> [ :aggregation_settings ]
|
#to_h ⇒ { aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings? }
17 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 17
def to_h: () -> { aggregation_settings: Peddler::APIs::NotificationsV1::AggregationSettings? }
|