Class: Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]?
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]? (readonly)
Returns the value of attribute errors.
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 ]
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
|
.parse ⇒ Peddler::APIs::ServicesV1::CancelServiceJobByServiceJobIdResponse
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 ]
284 |
# File 'sig/peddler/apis/services_v1.rbs', line 284
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ServicesV1::Error]? }
285 |
# File 'sig/peddler/apis/services_v1.rbs', line 285
def to_h: () -> { errors: Array[Peddler::APIs::ServicesV1::Error]? }
|