Class: POECSS::Preprocessor::ConstantDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/poe-css/preprocessor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



42
43
44
# File 'lib/poe-css/preprocessor.rb', line 42

def identifier
  @identifier
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



42
43
44
# File 'lib/poe-css/preprocessor.rb', line 42

def replacement
  @replacement
end