class FidoMetadata::TableOfContents

Public Instance Methods

expires_in() click to toggle source
# File lib/fido_metadata/table_of_contents.rb, line 17
def expires_in
  next_update.to_time.to_i - Time.now.to_i
end