Class: CSS::Cascade::Match

Inherits:
Data
  • Object
show all
Defined in:
lib/css/cascade.rb

Instance Attribute Summary collapse

Instance Attribute Details

#declarationObject (readonly)

Returns the value of attribute declaration

Returns:

  • (Object)

    the current value of declaration



21
22
23
# File 'lib/css/cascade.rb', line 21

def declaration
  @declaration
end

#inlineObject (readonly)

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline



21
22
23
# File 'lib/css/cascade.rb', line 21

def inline
  @inline
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



21
22
23
# File 'lib/css/cascade.rb', line 21

def order
  @order
end

#specificityObject (readonly)

Returns the value of attribute specificity

Returns:

  • (Object)

    the current value of specificity



21
22
23
# File 'lib/css/cascade.rb', line 21

def specificity
  @specificity
end