Class: Html2rss::Config::Stylesheet

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

Overview

Struct to store XML Stylesheet attributes

Instance Attribute Summary collapse

Instance Attribute Details

#hrefObject

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



22
23
24
# File 'lib/html2rss/config.rb', line 22

def href
  @href
end

#mediaObject

Returns the value of attribute media

Returns:

  • (Object)

    the current value of media



22
23
24
# File 'lib/html2rss/config.rb', line 22

def media
  @media
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



22
23
24
# File 'lib/html2rss/config.rb', line 22

def type
  @type
end