Class: Spikard::BackgroundJobMetadata
- Inherits:
-
Object
- Object
- Spikard::BackgroundJobMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
Returns the value of attribute name.
-
#request_id ⇒ String?
Returns the value of attribute request_id.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ BackgroundJobMetadata
constructor
A new instance of BackgroundJobMetadata.
Constructor Details
#initialize ⇒ BackgroundJobMetadata
Returns a new instance of BackgroundJobMetadata.
94 |
# File 'sig/types.rbs', line 94
def initialize: (?name: String, ?request_id: String) -> void
|
Instance Attribute Details
#name ⇒ String?
Returns the value of attribute name.
91 92 93 |
# File 'sig/types.rbs', line 91 def name @name end |
#request_id ⇒ String?
Returns the value of attribute request_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def request_id @request_id end |
Class Method Details
.default ⇒ BackgroundJobMetadata
95 |
# File 'sig/types.rbs', line 95
def self.default: () -> BackgroundJobMetadata
|