Method: CSL::Info#published_at

Defined in:
lib/csl/info.rb

#published_atTime?

Returns when the info node’s parent was published.

Returns:

  • (Time, nil)

    when the info node’s parent was published



126
127
128
129
# File 'lib/csl/info.rb', line 126

def published_at
  return unless has_published?
  published.to_time
end