Class: Feedbag::Feed

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



32
33
34
# File 'lib/feedbag.rb', line 32

def description
  @description
end

#human_urlObject

Returns the value of attribute human_url

Returns:

  • (Object)

    the current value of human_url



32
33
34
# File 'lib/feedbag.rb', line 32

def human_url
  @human_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



32
33
34
# File 'lib/feedbag.rb', line 32

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



32
33
34
# File 'lib/feedbag.rb', line 32

def url
  @url
end