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:



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

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

Instance Attribute Details

#contentString?

Returns the value of attribute content.

Returns:

  • (String, nil)


411
412
413
# File 'sig/types.rbs', line 411

def content
  @content
end

#referencesArray[CitationReference]?

Returns the value of attribute references.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def references
  @references
end