Class: Peddler::APIs::NotificationsV1::SendTestNotificationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::SendTestNotificationResponse
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::NotificationsV1::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ String?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::NotificationsV1::Error]?, payload: String? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::NotificationsV1::Error]? (readonly)
Returns the value of attribute errors.
421 422 423 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 421 def errors @errors end |
#payload ⇒ String? (readonly)
Returns the value of attribute payload.
422 423 424 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 422 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
414 415 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 414
def self.[]: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?, ?payload: String?) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?, String?) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
|
.members ⇒ [ :errors, :payload ]
417 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 417
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
412 413 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 412
def self.new: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?, ?payload: String?) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?, String?) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
|
.parse ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
419 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 419
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
424 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 424
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::NotificationsV1::Error]?, payload: String? }
425 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 425
def to_h: () -> { errors: Array[Peddler::APIs::NotificationsV1::Error]?, payload: String? }
|