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:



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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


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

def content
  @content
end

#referencesArray[CitationReference] (readonly)

Returns the value of attribute references.

Returns:



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

def references
  @references
end