Method: CSL::Style#id

Defined in:
lib/csl/style.rb

#idString

Returns the style’s id.

Returns:

  • (String)

    the style’s id



89
90
91
92
# File 'lib/csl/style.rb', line 89

def id
  return unless info.has_id?
  info.id.to_s
end