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.
423 |
# File 'sig/types.rbs', line 423
def initialize: (?content: String, ?references: Array[CitationReference]) -> void
|
Instance Attribute Details
#content ⇒ String?
Returns the value of attribute content.
420 421 422 |
# File 'sig/types.rbs', line 420 def content @content end |
#references ⇒ Array[CitationReference]?
Returns the value of attribute references.
421 422 423 |
# File 'sig/types.rbs', line 421 def references @references end |