Class: Peddler::Notifications::PricingHealth::Notification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::PricingHealth::Notification
- Defined in:
- sig/peddler/notifications/pricing_health.rbs
Instance Attribute Summary collapse
-
#event_time ⇒ String
readonly
Returns the value of attribute event_time.
-
#notification_metadata ⇒ String
readonly
Returns the value of attribute notification_metadata.
-
#notification_type ⇒ String
readonly
Returns the value of attribute notification_type.
-
#notification_version ⇒ String
readonly
Returns the value of attribute notification_version.
-
#payload ⇒ Peddler::Notifications::PricingHealth::Payload
readonly
Returns the value of attribute payload.
-
#payload_version ⇒ String
readonly
Returns the value of attribute payload_version.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::PricingHealth::Notification
Instance Method Summary collapse
-
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
-
#to_h ⇒ { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::PricingHealth::Payload, payload_version: String }
Instance Attribute Details
#event_time ⇒ String (readonly)
Returns the value of attribute event_time.
55 56 57 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 55 def event_time @event_time end |
#notification_metadata ⇒ String (readonly)
Returns the value of attribute notification_metadata.
56 57 58 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 56 def @notification_metadata end |
#notification_type ⇒ String (readonly)
Returns the value of attribute notification_type.
57 58 59 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 57 def notification_type @notification_type end |
#notification_version ⇒ String (readonly)
Returns the value of attribute notification_version.
58 59 60 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 58 def notification_version @notification_version end |
#payload ⇒ Peddler::Notifications::PricingHealth::Payload (readonly)
Returns the value of attribute payload.
59 60 61 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 59 def payload @payload end |
#payload_version ⇒ String (readonly)
Returns the value of attribute payload_version.
60 61 62 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 60 def payload_version @payload_version end |
Class Method Details
.[](event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::PricingHealth::Notification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::PricingHealth::Notification
48 49 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 48
def self.[]: (event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::PricingHealth::Payload, payload_version: String) -> Peddler::Notifications::PricingHealth::Notification
| (String, String, String, String, Peddler::Notifications::PricingHealth::Payload, String) -> Peddler::Notifications::PricingHealth::Notification
|
.members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
51 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 51
def self.members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
|
.new(event_time:, notification_metadata:, notification_type:, notification_version:, payload:, payload_version:) ⇒ Peddler::Notifications::PricingHealth::Notification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::PricingHealth::Notification
46 47 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 46
def self.new: (event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::PricingHealth::Payload, payload_version: String) -> Peddler::Notifications::PricingHealth::Notification
| (String, String, String, String, Peddler::Notifications::PricingHealth::Payload, String) -> Peddler::Notifications::PricingHealth::Notification
|
.parse ⇒ Peddler::Notifications::PricingHealth::Notification
53 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 53
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::PricingHealth::Notification
|
Instance Method Details
#members ⇒ [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
62 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 62
def members: () -> [ :event_time, :notification_metadata, :notification_type, :notification_version, :payload, :payload_version ]
|
#to_h ⇒ { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::PricingHealth::Payload, payload_version: String }
63 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 63
def to_h: () -> { event_time: String, notification_metadata: String, notification_type: String, notification_version: String, payload: Peddler::Notifications::PricingHealth::Payload, payload_version: String }
|