Class: Xberg::Citation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCitation



221
# File 'sig/types.rbs', line 221

def initialize: (label: String, source: String, ?locator: String, ?excerpt: String) -> void

Instance Attribute Details

#excerptString? (readonly)

Returns the value of attribute excerpt.



219
220
221
# File 'sig/types.rbs', line 219

def excerpt
  @excerpt
end

#labelString (readonly)

Returns the value of attribute label.



216
217
218
# File 'sig/types.rbs', line 216

def label
  @label
end

#locatorString? (readonly)

Returns the value of attribute locator.



218
219
220
# File 'sig/types.rbs', line 218

def locator
  @locator
end

#sourceString (readonly)

Returns the value of attribute source.



217
218
219
# File 'sig/types.rbs', line 217

def source
  @source
end