Class: Peddler::APIs::NotificationsV1::AggregationSettings

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_time_periodString (readonly)

Returns the value of attribute aggregation_time_period.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::NotificationsV1::AggregationSettings

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :aggregation_time_period ])


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

def members: () -> [ :aggregation_time_period ]

#to_h{ aggregation_time_period: String }

Returns:

  • ({ aggregation_time_period: String })


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

def to_h: () -> { aggregation_time_period: String }