Class: Xberg::Citation
- Inherits:
-
Object
- Object
- Xberg::Citation
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#excerpt ⇒ String
readonly
Returns the value of attribute excerpt.
-
#label ⇒ String
readonly
Returns the value of attribute label.
-
#locator ⇒ String
readonly
Returns the value of attribute locator.
-
#source ⇒ String
readonly
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ Citation
constructor
A new instance of Citation.
Constructor Details
#initialize ⇒ Citation
Returns a new instance of Citation.
737 |
# File 'sig/types.rbs', line 737
def initialize: (label: String, source: String, ?locator: String, ?excerpt: String) -> void
|
Instance Attribute Details
#excerpt ⇒ String (readonly)
Returns the value of attribute excerpt.
735 736 737 |
# File 'sig/types.rbs', line 735 def excerpt @excerpt end |
#label ⇒ String (readonly)
Returns the value of attribute label.
732 733 734 |
# File 'sig/types.rbs', line 732 def label @label end |
#locator ⇒ String (readonly)
Returns the value of attribute locator.
734 735 736 |
# File 'sig/types.rbs', line 734 def locator @locator end |
#source ⇒ String (readonly)
Returns the value of attribute source.
733 734 735 |
# File 'sig/types.rbs', line 733 def source @source end |