class Srgs::Meta
Attributes
content[RW]
http_equiv[RW]
name[RW]
Public Class Methods
new(content, name=nil, http_equiv=nil)
click to toggle source
# File lib/srgs/elements/meta.rb, line 6 def initialize(content, name=nil, http_equiv=nil) @name = name @content = content @http_equiv = http_equiv end