Class: Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute errors.

Returns:



282
283
284
# File 'sig/peddler/apis/services_v1.rbs', line 282

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse .[](arg0) ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse



275
276
# File 'sig/peddler/apis/services_v1.rbs', line 275

def self.[]: (?errors: Array[Peddler::APIs::ServicesV1::Error]?) -> Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
| (Array[Peddler::APIs::ServicesV1::Error]?) -> Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse

.members[ :errors ]

Returns:

  • ([ :errors ])


278
# File 'sig/peddler/apis/services_v1.rbs', line 278

def self.members: () -> [ :errors ]

.new(errors:) ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse .new(arg0) ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse



273
274
# File 'sig/peddler/apis/services_v1.rbs', line 273

def self.new: (?errors: Array[Peddler::APIs::ServicesV1::Error]?) -> Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
| (Array[Peddler::APIs::ServicesV1::Error]?) -> Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse

.parsePeddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse

Parameters:

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

Returns:



280
# File 'sig/peddler/apis/services_v1.rbs', line 280

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


284
# File 'sig/peddler/apis/services_v1.rbs', line 284

def members: () -> [ :errors ]

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

Returns:



285
# File 'sig/peddler/apis/services_v1.rbs', line 285

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