Class: Fed::Feed::Enclosure

Inherits:
Struct
  • Object
show all
Defined in:
lib/fed/feed/enclosure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/fed/feed/enclosure.rb', line 3

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/fed/feed/enclosure.rb', line 3

def url
  @url
end