class Echowrap::Feed

Attributes

date_found[R]
date_posted[R]
id[R]
name[R]
summary[R]
type[R]
url[R]

Public Instance Methods

references() click to toggle source

@return [Array]

# File lib/echowrap/feed.rb, line 8
def references
  @references ||= map_collection(Echowrap::Reference, :references)
end