Class: Feedbag::Feed

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

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



26
27
28
# File 'lib/feedbag.rb', line 26

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



26
27
28
# File 'lib/feedbag.rb', line 26

def url
  @url
end