class Eaternet::Lives_1_0::FeedInfo

Contains info about the feed itself.

@see www.yelp.com/healthscores#feed_info LIVES / Feed Information

specification

Constants

EMAIL_REGEX

This regular expression for checking email addresses is based on one from one of Ryan Bates’ excellent screencasts. See railscasts.com/episodes/211-validations-in-rails-3

URL_REGEX

Attributes

contact_email[RW]

Email address of the person to contact regarding invalid data in this feed.

@required No @return [String]

feed_date[RW]

Date that the feed was generated.

@required Yes @return [Date]

feed_version[RW]

Version of the LIVES specification used to generate this feed. For example ‘0.4.1’.

@required Yes @return [String]

municipality_name[RW]

Name of the municipality providing this feed. For example ‘San Francisco’ or ‘Multnomah County’.

@required Yes @return [String]

municipality_url[RW]

URL of the publishing municipality’s website.

@required No @return [String]