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



19
20
21
# File 'lib/css/cascade.rb', line 19

def declaration
  @declaration
end

#inlineObject (readonly)

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline



19
20
21
# File 'lib/css/cascade.rb', line 19

def inline
  @inline
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



19
20
21
# File 'lib/css/cascade.rb', line 19

def order
  @order
end

#specificityObject (readonly)

Returns the value of attribute specificity

Returns:

  • (Object)

    the current value of specificity



19
20
21
# File 'lib/css/cascade.rb', line 19

def specificity
  @specificity
end