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