class NVD::JSONFeeds::MetaFeedURI
Represents a URI to the `.meta` feed file.
Public Instance Methods
parse()
click to toggle source
Requests and parses the feed metadata.
@return [FeedMeta]
# File lib/nvd/json_feeds/meta_feed_uri.rb, line 16 def parse Meta.parse(get) end