class CSL::Style::Bibliography
Attributes
bibliography[RW]
Public Instance Methods
bibliography_options()
click to toggle source
# File lib/csl/style/bibliography.rb, line 19 def bibliography_options attributes_for(*Schema.attr(:bibliography)) end
sort_keys()
click to toggle source
# File lib/csl/style/bibliography.rb, line 23 def sort_keys return [] unless sort? children[:sort].sort_keys end