Class: Less2Sass::Less::Tree::MixinDefinitionNode
- Defined in:
- lib/less2sass/less/tree/mixin_definition_node.rb
Instance Attribute Summary collapse
-
#_lookups ⇒ Object
Returns the value of attribute _lookups.
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optionalParameters ⇒ Object
Returns the value of attribute optionalParameters.
-
#params ⇒ Object
Returns the value of attribute params.
-
#required ⇒ Object
Returns the value of attribute required.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#selectors ⇒ Object
Returns the value of attribute selectors.
-
#variadic ⇒ Object
Returns the value of attribute variadic.
Attributes inherited from Node
#children, #has_children, #has_parent, #line, #parent, #ref_vars
Instance Method Summary collapse
Methods inherited from Node
#<<, #==, #contains_variables?, #creates_context?, #each, #get_referenced_variable_names, #initialize, #to_sass, #transform
Constructor Details
This class inherits a constructor from Less2Sass::Less::Tree::Node
Instance Attribute Details
#_lookups ⇒ Object
Returns the value of attribute _lookups.
12 13 14 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 12 def _lookups @_lookups end |
#arity ⇒ Object
Returns the value of attribute arity.
10 11 12 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 10 def arity @arity end |
#condition ⇒ Object
Returns the value of attribute condition.
8 9 10 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 8 def condition @condition end |
#frames ⇒ Object
Returns the value of attribute frames.
15 16 17 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 15 def frames @frames end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 5 def name @name end |
#optionalParameters ⇒ Object
Returns the value of attribute optionalParameters.
14 15 16 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 14 def optionalParameters @optionalParameters end |
#params ⇒ Object
Returns the value of attribute params.
7 8 9 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 7 def params @params end |
#required ⇒ Object
Returns the value of attribute required.
13 14 15 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 13 def required @required end |
#rules ⇒ Object
Returns the value of attribute rules.
11 12 13 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 11 def rules @rules end |
#selectors ⇒ Object
Returns the value of attribute selectors.
6 7 8 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 6 def selectors @selectors end |
#variadic ⇒ Object
Returns the value of attribute variadic.
9 10 11 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 9 def variadic @variadic end |
Instance Method Details
#creates_environment? ⇒ Boolean
18 19 20 |
# File 'lib/less2sass/less/tree/mixin_definition_node.rb', line 18 def creates_environment? true end |