Class: Peddler::Notifications::PricingHealth::NotificationMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::PricingHealth::NotificationMetadata
- Defined in:
- sig/peddler/notifications/pricing_health.rbs
Instance Attribute Summary collapse
-
#application_id ⇒ String
readonly
Returns the value of attribute application_id.
-
#notification_id ⇒ String
readonly
Returns the value of attribute notification_id.
-
#publish_time ⇒ String
readonly
Returns the value of attribute publish_time.
-
#subscription_id ⇒ String
readonly
Returns the value of attribute subscription_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata
Instance Method Summary collapse
-
#members ⇒ [ :application_id, :notification_id, :publish_time, :subscription_id ]
-
#to_h ⇒ { application_id: String, notification_id: String, publish_time: String, subscription_id: String }
Instance Attribute Details
#application_id ⇒ String (readonly)
Returns the value of attribute application_id.
76 77 78 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 76 def application_id @application_id end |
#notification_id ⇒ String (readonly)
Returns the value of attribute notification_id.
77 78 79 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 77 def notification_id @notification_id end |
#publish_time ⇒ String (readonly)
Returns the value of attribute publish_time.
78 79 80 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 78 def publish_time @publish_time end |
#subscription_id ⇒ String (readonly)
Returns the value of attribute subscription_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::Notifications::PricingHealth::NotificationMetadata
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 ]
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 }
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 }
|