Class: Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
- 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.
-
#payload ⇒ Peddler::APIs::ServicesV1::ServiceJob?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::ServicesV1::Error]?, payload: Peddler::APIs::ServicesV1::ServiceJob? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]? (readonly)
Returns the value of attribute errors.
570 571 572 |
# File 'sig/peddler/apis/services_v1.rbs', line 570 def errors @errors end |
#payload ⇒ Peddler::APIs::ServicesV1::ServiceJob? (readonly)
Returns the value of attribute payload.
571 572 573 |
# File 'sig/peddler/apis/services_v1.rbs', line 571 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
563 564 |
# File 'sig/peddler/apis/services_v1.rbs', line 563
def self.[]: (?errors: Array[Peddler::APIs::ServicesV1::Error]?, ?payload: Peddler::APIs::ServicesV1::ServiceJob?) -> Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
| (Array[Peddler::APIs::ServicesV1::Error]?, Peddler::APIs::ServicesV1::ServiceJob?) -> Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
|
.members ⇒ [ :errors, :payload ]
566 |
# File 'sig/peddler/apis/services_v1.rbs', line 566
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
561 562 |
# File 'sig/peddler/apis/services_v1.rbs', line 561
def self.new: (?errors: Array[Peddler::APIs::ServicesV1::Error]?, ?payload: Peddler::APIs::ServicesV1::ServiceJob?) -> Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
| (Array[Peddler::APIs::ServicesV1::Error]?, Peddler::APIs::ServicesV1::ServiceJob?) -> Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
|
.parse ⇒ Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
568 |
# File 'sig/peddler/apis/services_v1.rbs', line 568
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::GetServiceJobByServiceJobIdResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
573 |
# File 'sig/peddler/apis/services_v1.rbs', line 573
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ServicesV1::Error]?, payload: Peddler::APIs::ServicesV1::ServiceJob? }
574 |
# File 'sig/peddler/apis/services_v1.rbs', line 574
def to_h: () -> { errors: Array[Peddler::APIs::ServicesV1::Error]?, payload: Peddler::APIs::ServicesV1::ServiceJob? }
|