Parent

Methods

CSSPool::Terms::Ident

Attributes

operator[RW]
parse_location[RW]
value[RW]

Public Class Methods

new(value, operator = nil, parse_location = {}) click to toggle source
# File lib/csspool/terms/ident.rb, line 8
def initialize value, operator = nil, parse_location = {}
  @value = value
  @operator = operator
  @parse_location = parse_location
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.