Methods

CSSPool::Selectors::Attribute

Attributes

match_way[RW]
name[RW]
value[RW]

Public Class Methods

new(name, value, match_way) click to toggle source
# File lib/csspool/selectors/attribute.rb, line 14
def initialize name, value, match_way
  @name = name
  @value = value
  @match_way = match_way
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.