Class: Peddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/notifications_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::NotificationsV1::Error]? (readonly)

Returns the value of attribute errors.

Returns:



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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::NotificationsV1::DeleteSubscriptionByIdResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :errors ])


133
# File 'sig/peddler/apis/notifications_v1.rbs', line 133

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::NotificationsV1::Error]? }

Returns:



134
# File 'sig/peddler/apis/notifications_v1.rbs', line 134

def to_h: () -> { errors: Array[Peddler::APIs::NotificationsV1::Error]? }