Method: BloomApi::Provider#updated_at

Defined in:
lib/bloom_api/provider.rb

#updated_atDate

Returns the date that the provider’s data was last updated.

Returns:

  • (Date)

    the date that the provider’s data was last updated



114
115
116
# File 'lib/bloom_api/provider.rb', line 114

def updated_at
  Time.parse(@raw_provider['last_update_date']).to_date
end