Class: HtmlConditionalComment::Nodes::Browser

Inherits:
NodeItem
  • Object
show all
Defined in:
lib/html-conditional-comment/nodes.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#accept

Instance Attribute Details

#featureObject

Returns the value of attribute feature.



41
42
43
# File 'lib/html-conditional-comment/nodes.rb', line 41

def feature
  @feature
end

#version_vectorObject

Returns the value of attribute version_vector.



41
42
43
# File 'lib/html-conditional-comment/nodes.rb', line 41

def version_vector
  @version_vector
end