Returns the style’s id.
Returns:
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