Class: Csscss::Ruleset

Inherits:
Struct
  • Object
show all
Defined in:
lib/csscss/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#declarationsObject

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



100
101
102
# File 'lib/csscss/types.rb', line 100

def declarations
  @declarations
end

#selectorsObject

Returns the value of attribute selectors

Returns:

  • (Object)

    the current value of selectors



100
101
102
# File 'lib/csscss/types.rb', line 100

def selectors
  @selectors
end