Class: Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
- 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::DeleteSubscriptionByIdResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::NotificationsV1::Error]? (readonly)
Returns the value of attribute errors.
131 132 133 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 131 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse .[](arg0) ⇒ Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
124 125 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 124
def self.[]: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
|
.members ⇒ [ :errors ]
127 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 127
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse .new(arg0) ⇒ Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
122 123 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 122
def self.new: (?errors: Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
| (Array[Peddler::APIs::NotificationsV1::Error]?) -> Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
|
.parse ⇒ Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
129 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 129
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse
|
Instance Method Details
#members ⇒ [ :errors ]
133 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 133
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::NotificationsV1::Error]? }
134 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 134
def to_h: () -> { errors: Array[Peddler::APIs::NotificationsV1::Error]? }
|