Methods

CSSPool::Terms::Number

Attributes

type[RW]
unary_operator[RW]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.