Class: Peddler::Notifications::PricingHealth::Notification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/pricing_health.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#event_timeString (readonly)

Returns the value of attribute event_time.

Returns:

  • (String)


55
56
57
# File 'sig/peddler/notifications/pricing_health.rbs', line 55

def event_time
  @event_time
end

#notification_metadataString (readonly)

Returns the value of attribute notification_metadata.

Returns:

  • (String)


56
57
58
# File 'sig/peddler/notifications/pricing_health.rbs', line 56

def 
  @notification_metadata
end

#notification_typeString (readonly)

Returns the value of attribute notification_type.

Returns:

  • (String)


57
58
59
# File 'sig/peddler/notifications/pricing_health.rbs', line 57

def notification_type
  @notification_type
end

#notification_versionString (readonly)

Returns the value of attribute notification_version.

Returns:

  • (String)


58
59
60
# File 'sig/peddler/notifications/pricing_health.rbs', line 58

def notification_version
  @notification_version
end

#payloadPeddler::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_versionString (readonly)

Returns the value of attribute payload_version.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Notifications::PricingHealth::Notification

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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 }