Method: BloomApi::Provider#recorded_at
- Defined in:
- lib/bloom_api/provider.rb
#recorded_at ⇒ Date
Returns the date that the provider information was recorded.
68 69 70 |
# File 'lib/bloom_api/provider.rb', line 68 def recorded_at Time.parse(@raw_provider['enumeration_date']).to_date end |