Class: Feedigest::FeedFetcher::Feed

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

Instance Attribute Summary collapse

Instance Attribute Details

#entries ⇒ Object

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

#error ⇒ Object

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

#title ⇒ Object

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

#url ⇒ Object

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