Class: CSS::Selectors::SelectorList

Inherits:
Data
  • Object
show all
Includes:
Node
Defined in:
lib/css/selectors/nodes.rb

Overview

A comma-separated list of complex selectors.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#selectorsObject (readonly)

Returns the value of attribute selectors

Returns:

  • (Object)

    the current value of selectors



8
9
10
# File 'lib/css/selectors/nodes.rb', line 8

def selectors
  @selectors
end

Instance Method Details

#to_sObject



10
# File 'lib/css/selectors/nodes.rb', line 10

def to_s = Selectors::Serializer.serialize(self)