Class: POECSS::Preprocessor::ConstantDefinition
- Inherits:
-
Struct
- Object
- Struct
- POECSS::Preprocessor::ConstantDefinition
- Defined in:
- lib/poe-css/preprocessor.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
42 43 44 |
# File 'lib/poe-css/preprocessor.rb', line 42 def identifier @identifier end |
#replacement ⇒ Object
Returns the value of attribute replacement
42 43 44 |
# File 'lib/poe-css/preprocessor.rb', line 42 def replacement @replacement end |