Class: Crawlberg::CitationResult
- Inherits:
-
Object
- Object
- Crawlberg::CitationResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ String?
Returns the value of attribute content.
-
#references ⇒ Array[CitationReference]?
Returns the value of attribute references.
Instance Method Summary collapse
-
#initialize ⇒ CitationResult
constructor
A new instance of CitationResult.
Constructor Details
#initialize ⇒ CitationResult
Returns a new instance of CitationResult.
414 |
# File 'sig/types.rbs', line 414
def initialize: (?content: String, ?references: Array[CitationReference]) -> void
|
Instance Attribute Details
#content ⇒ String?
Returns the value of attribute content.
411 412 413 |
# File 'sig/types.rbs', line 411 def content @content end |
#references ⇒ Array[CitationReference]?
Returns the value of attribute references.
412 413 414 |
# File 'sig/types.rbs', line 412 def references @references end |