Class: Spikard::BackgroundJobMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBackgroundJobMetadata

Returns a new instance of BackgroundJobMetadata.

Parameters:

  • name: (String)
  • request_id: (String)


110
# File 'sig/types.rbs', line 110

def initialize: (?name: String, ?request_id: String) -> void

Instance Attribute Details

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


107
108
109
# File 'sig/types.rbs', line 107

def name
  @name
end

#request_idString?

Returns the value of attribute request_id.

Returns:

  • (String, nil)


108
109
110
# File 'sig/types.rbs', line 108

def request_id
  @request_id
end

Class Method Details

.defaultBackgroundJobMetadata



111
# File 'sig/types.rbs', line 111

def self.default: () -> BackgroundJobMetadata