Class: Peddler::Notifications::PricingHealth::NotificationMetadata

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

#application_idString (readonly)

Returns the value of attribute application_id.

Returns:

  • (String)


76
77
78
# File 'sig/peddler/notifications/pricing_health.rbs', line 76

def application_id
  @application_id
end

#notification_idString (readonly)

Returns the value of attribute notification_id.

Returns:

  • (String)


77
78
79
# File 'sig/peddler/notifications/pricing_health.rbs', line 77

def notification_id
  @notification_id
end

#publish_timeString (readonly)

Returns the value of attribute publish_time.

Returns:

  • (String)


78
79
80
# File 'sig/peddler/notifications/pricing_health.rbs', line 78

def publish_time
  @publish_time
end

#subscription_idString (readonly)

Returns the value of attribute subscription_id.

Returns:

  • (String)


79
80
81
# File 'sig/peddler/notifications/pricing_health.rbs', line 79

def subscription_id
  @subscription_id
end

Class Method Details

.[](application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata

Overloads:



69
70
# File 'sig/peddler/notifications/pricing_health.rbs', line 69

def self.[]: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::PricingHealth::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::PricingHealth::NotificationMetadata

.members[ :application_id, :notification_id, :publish_time, :subscription_id ]

Returns:

  • ([ :application_id, :notification_id, :publish_time, :subscription_id ])


72
# File 'sig/peddler/notifications/pricing_health.rbs', line 72

def self.members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]

.new(application_id:, notification_id:, publish_time:, subscription_id:) ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata

Overloads:



67
68
# File 'sig/peddler/notifications/pricing_health.rbs', line 67

def self.new: (application_id: String, notification_id: String, publish_time: String, subscription_id: String) -> Peddler::Notifications::PricingHealth::NotificationMetadata
| (String, String, String, String) -> Peddler::Notifications::PricingHealth::NotificationMetadata

.parsePeddler::Notifications::PricingHealth::NotificationMetadata

Parameters:

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

Returns:



74
# File 'sig/peddler/notifications/pricing_health.rbs', line 74

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::PricingHealth::NotificationMetadata

Instance Method Details

#members[ :application_id, :notification_id, :publish_time, :subscription_id ]

Returns:

  • ([ :application_id, :notification_id, :publish_time, :subscription_id ])


81
# File 'sig/peddler/notifications/pricing_health.rbs', line 81

def members: () -> [ :application_id, :notification_id, :publish_time, :subscription_id ]

#to_h{ application_id: String, notification_id: String, publish_time: String, subscription_id: String }

Returns:

  • ({ application_id: String, notification_id: String, publish_time: String, subscription_id: String })


82
# File 'sig/peddler/notifications/pricing_health.rbs', line 82

def to_h: () -> { application_id: String, notification_id: String, publish_time: String, subscription_id: String }