Class: Html2rss::Item::Enclosure

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

Overview

Class to keep an Item’s <enclosure>.

Instance Attribute Summary collapse

Instance Attribute Details

#bits_lengthObject

Returns the value of attribute bits_length

Returns:

  • (Object)

    the current value of bits_length



17
18
19
# File 'lib/html2rss/item.rb', line 17

def bits_length
  @bits_length
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/html2rss/item.rb', line 17

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



17
18
19
# File 'lib/html2rss/item.rb', line 17

def url
  @url
end