Class: Crawlberg::CitationResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCitationResult

Returns a new instance of CitationResult.

Parameters:



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

def initialize: (?content: String, ?references: Array[CitationReference]) -> void

Instance Attribute Details

#contentString?

Returns the value of attribute content.

Returns:

  • (String, nil)


420
421
422
# File 'sig/types.rbs', line 420

def content
  @content
end

#referencesArray[CitationReference]?

Returns the value of attribute references.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def references
  @references
end