Class: Crawlberg::CitationResult
- Inherits:
-
Object
- Object
- Crawlberg::CitationResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#references ⇒ Array[CitationReference]
readonly
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.
110 |
# File 'sig/types.rbs', line 110
def initialize: (?content: String, ?references: Array[CitationReference]) -> void
|
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
107 108 109 |
# File 'sig/types.rbs', line 107 def content @content end |
#references ⇒ Array[CitationReference] (readonly)
Returns the value of attribute references.
108 109 110 |
# File 'sig/types.rbs', line 108 def references @references end |