Parent

Methods

CSSPool::Terms::Function

Attributes

name[RW]
operator[RW]
params[RW]
parse_location[RW]

Public Class Methods

new(name, params, operator = nil, parse_location = nil) click to toggle source
# File lib/csspool/terms/function.rb, line 9
def initialize name, params, operator = nil, parse_location = nil
  @name   = name
  @params = params
  @operator = operator
  @parse_location = parse_location
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.