Class: Sass::Mixin
Overview
:stopdoc:
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tree ⇒ Object
Returns the value of attribute tree.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
22 23 24 |
# File 'lib/sass/engine.rb', line 22 def args @args end |
#environment ⇒ Object
Returns the value of attribute environment
22 23 24 |
# File 'lib/sass/engine.rb', line 22 def environment @environment end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/sass/engine.rb', line 22 def name @name end |
#tree ⇒ Object
Returns the value of attribute tree
22 23 24 |
# File 'lib/sass/engine.rb', line 22 def tree @tree end |