Class: Crawlberg::CitationReference
- Inherits:
-
Object
- Object
- Crawlberg::CitationReference
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#index ⇒ Integer?
Returns the value of attribute index.
-
#text ⇒ String?
Returns the value of attribute text.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ CitationReference
constructor
A new instance of CitationReference.
Constructor Details
#initialize ⇒ CitationReference
Returns a new instance of CitationReference.
422 |
# File 'sig/types.rbs', line 422
def initialize: (?index: Integer, ?url: String, ?text: String) -> void
|
Instance Attribute Details
#index ⇒ Integer?
Returns the value of attribute index.
418 419 420 |
# File 'sig/types.rbs', line 418 def index @index end |
#text ⇒ String?
Returns the value of attribute text.
420 421 422 |
# File 'sig/types.rbs', line 420 def text @text end |
#url ⇒ String?
Returns the value of attribute url.
419 420 421 |
# File 'sig/types.rbs', line 419 def url @url end |