Class: Peddler::APIs::NotificationsV1::AggregationSettings
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::AggregationSettings
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#aggregation_time_period ⇒ String
readonly
Returns the value of attribute aggregation_time_period.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :aggregation_time_period ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::AggregationSettings
Instance Method Summary collapse
Instance Attribute Details
#aggregation_time_period ⇒ String (readonly)
Returns the value of attribute aggregation_time_period.
30 31 32 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 30 def aggregation_time_period @aggregation_time_period end |
Class Method Details
.[](aggregation_time_period:) ⇒ Peddler::APIs::NotificationsV1::AggregationSettings .[](arg0) ⇒ Peddler::APIs::NotificationsV1::AggregationSettings
23 24 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 23
def self.[]: (aggregation_time_period: String) -> Peddler::APIs::NotificationsV1::AggregationSettings
| (String) -> Peddler::APIs::NotificationsV1::AggregationSettings
|
.members ⇒ [ :aggregation_time_period ]
26 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 26
def self.members: () -> [ :aggregation_time_period ]
|
.new(aggregation_time_period:) ⇒ Peddler::APIs::NotificationsV1::AggregationSettings .new(arg0) ⇒ Peddler::APIs::NotificationsV1::AggregationSettings
21 22 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 21
def self.new: (aggregation_time_period: String) -> Peddler::APIs::NotificationsV1::AggregationSettings
| (String) -> Peddler::APIs::NotificationsV1::AggregationSettings
|
.parse ⇒ Peddler::APIs::NotificationsV1::AggregationSettings
28 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 28
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::AggregationSettings
|
Instance Method Details
#members ⇒ [ :aggregation_time_period ]
32 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 32
def members: () -> [ :aggregation_time_period ]
|
#to_h ⇒ { aggregation_time_period: String }
33 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 33
def to_h: () -> { aggregation_time_period: String }
|