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.
795 |
# File 'sig/types.rbs', line 795
def initialize: (label: String, source: String, ?locator: String, ?excerpt: String) -> void
|
Instance Attribute Details
#excerpt ⇒ String (readonly)
Returns the value of attribute excerpt.
793 794 795 |
# File 'sig/types.rbs', line 793 def excerpt @excerpt end |
#label ⇒ String (readonly)
Returns the value of attribute label.
790 791 792 |
# File 'sig/types.rbs', line 790 def label @label end |
#locator ⇒ String (readonly)
Returns the value of attribute locator.
792 793 794 |
# File 'sig/types.rbs', line 792 def locator @locator end |
#source ⇒ String (readonly)
Returns the value of attribute source.
791 792 793 |
# File 'sig/types.rbs', line 791 def source @source end |