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.
735 |
# File 'sig/types.rbs', line 735
def initialize: (label: String, source: String, ?locator: String, ?excerpt: String) -> void
|
Instance Attribute Details
#excerpt ⇒ String (readonly)
Returns the value of attribute excerpt.
733 734 735 |
# File 'sig/types.rbs', line 733 def excerpt @excerpt end |
#label ⇒ String (readonly)
Returns the value of attribute label.
730 731 732 |
# File 'sig/types.rbs', line 730 def label @label end |
#locator ⇒ String (readonly)
Returns the value of attribute locator.
732 733 734 |
# File 'sig/types.rbs', line 732 def locator @locator end |
#source ⇒ String (readonly)
Returns the value of attribute source.
731 732 733 |
# File 'sig/types.rbs', line 731 def source @source end |