Class: FeedTools::EnclosureHash

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

Overview

TODO: Make these actual classes instead of structs

Instance Attribute Summary collapse

Instance Attribute Details

#hashObject

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



250
251
252
# File 'lib/feed_tools/feed_structures.rb', line 250

def hash
  @hash
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



250
251
252
# File 'lib/feed_tools/feed_structures.rb', line 250

def type
  @type
end