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