Class: Peddler::APIs::NotificationsV1::DeleteDestinationResponse

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:



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 ]

Returns:

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

.parsePeddler::APIs::NotificationsV1::DeleteDestinationResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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

Returns:



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

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