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.
456 457 458 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 456 def errors @errors end |
#payload ⇒ String? (readonly)
Returns the value of attribute payload.
457 458 459 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 457 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
449 450 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 449
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 ]
452 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 452
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::SendTestNotificationResponse
447 448 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 447
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
454 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 454
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::SendTestNotificationResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
459 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 459
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::NotificationsV1::Error]?, payload: String? }
460 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 460
def to_h: () -> { errors: Array[Peddler::APIs::NotificationsV1::Error]?, payload: String? }
|