Class: MiniCSS::AST::Function
- Inherits:
-
Object
- Object
- MiniCSS::AST::Function
- Defined in:
- lib/minicss/ast/function.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw_name ⇒ Object
Returns the value of attribute raw_name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(func) ⇒ Function
constructor
A new instance of Function.
Constructor Details
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/minicss/ast/function.rb', line 6 def name @name end |
#raw_name ⇒ Object
Returns the value of attribute raw_name.
6 7 8 |
# File 'lib/minicss/ast/function.rb', line 6 def raw_name @raw_name end |
#value ⇒ Object
Returns the value of attribute value.
6 7 8 |
# File 'lib/minicss/ast/function.rb', line 6 def value @value end |