Class: HtmlConditionalComment::Nodes::Browser
- Defined in:
- lib/html-conditional-comment/nodes.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#version_vector ⇒ Object
Returns the value of attribute version_vector.
Method Summary
Methods included from Node
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature.
41 42 43 |
# File 'lib/html-conditional-comment/nodes.rb', line 41 def feature @feature end |
#version_vector ⇒ Object
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 |