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.
431 |
# File 'sig/types.rbs', line 431
def initialize: (?index: Integer, ?url: String, ?text: String) -> void
|
Instance Attribute Details
#index ⇒ Integer?
Returns the value of attribute index.
427 428 429 |
# File 'sig/types.rbs', line 427 def index @index end |
#text ⇒ String?
Returns the value of attribute text.
429 430 431 |
# File 'sig/types.rbs', line 429 def text @text end |
#url ⇒ String?
Returns the value of attribute url.
428 429 430 |
# File 'sig/types.rbs', line 428 def url @url end |