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.
110 |
# File 'sig/types.rbs', line 110
def initialize: (?name: String, ?request_id: String) -> void
|
Instance Attribute Details
#name ⇒ String?
Returns the value of attribute name.
107 108 109 |
# File 'sig/types.rbs', line 107 def name @name end |
#request_id ⇒ String?
Returns the value of attribute request_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def request_id @request_id end |
Class Method Details
.default ⇒ BackgroundJobMetadata
111 |
# File 'sig/types.rbs', line 111
def self.default: () -> BackgroundJobMetadata
|