class NVD::JSONFeeds::JSONFeedFile

Represents a `.json` feed file.

Public Instance Methods

read() click to toggle source

Reads the JSON feed file.

@return [String]

# File lib/nvd/json_feeds/json_feed_file.rb, line 15
def read
  File.read(@path)
end