Class: SilkLayout::CSS::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/silk_layout/css/rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#declarationsObject

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



7
8
9
# File 'lib/silk_layout/css/rule.rb', line 7

def declarations
  @declarations
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



7
8
9
# File 'lib/silk_layout/css/rule.rb', line 7

def order
  @order
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



7
8
9
# File 'lib/silk_layout/css/rule.rb', line 7

def origin
  @origin
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



7
8
9
# File 'lib/silk_layout/css/rule.rb', line 7

def selector
  @selector
end

#specificityObject

Returns the value of attribute specificity

Returns:

  • (Object)

    the current value of specificity



7
8
9
# File 'lib/silk_layout/css/rule.rb', line 7

def specificity
  @specificity
end