Class: Crawlberg::CitationReference
- Inherits:
-
Object
- Object
- Crawlberg::CitationReference
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
-
#text ⇒ String
readonly
Returns the value of attribute text.
-
#url ⇒ String
readonly
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.
103 |
# File 'sig/types.rbs', line 103
def initialize: (?index: Integer, ?url: String, ?text: String) -> void
|
Instance Attribute Details
#index ⇒ Integer (readonly)
Returns the value of attribute index.
99 100 101 |
# File 'sig/types.rbs', line 99 def index @index end |
#text ⇒ String (readonly)
Returns the value of attribute text.
101 102 103 |
# File 'sig/types.rbs', line 101 def text @text end |
#url ⇒ String (readonly)
Returns the value of attribute url.
100 101 102 |
# File 'sig/types.rbs', line 100 def url @url end |