Class: Feedigest::FeedFetcher::Feed

Inherits:
Struct
  • Object
show all
Defined in:
lib/feedigest/feed_fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



6
7
8
# File 'lib/feedigest/feed_fetcher.rb', line 6

def entries
  @entries
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/feedigest/feed_fetcher.rb', line 6

def error
  @error
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/feedigest/feed_fetcher.rb', line 6

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/feedigest/feed_fetcher.rb', line 6

def url
  @url
end