Class: Peddler::APIs::NotificationsV1::DeleteDestinationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::DeleteDestinationResponse
- 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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::NotificationsV1::Error]? (readonly)
Returns the value of attribute errors.
115 116 117 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 115 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse .[](arg0) ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse
108 109 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 108
def self.[]: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteDestinationResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteDestinationResponse
|
.members ⇒ [ :errors ]
111 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 111
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse .new(arg0) ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse
106 107 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 106
def self.new: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteDestinationResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteDestinationResponse
|
.parse ⇒ Peddler::APIs::NotificationsV1::DeleteDestinationResponse
113 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 113
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::DeleteDestinationResponse
|
Instance Method Details
#members ⇒ [ :errors ]
117 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 117
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::NotificationsV1::Error]? }
118 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 118
def to_h: () -> { errors: Array[Peddler::APIs::NotificationsV1::Error]? }
|