Class: Sass::Mixin

Inherits:
Struct show all
Defined in:
lib/sass/engine.rb

Overview

:stopdoc:

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



22
23
24
# File 'lib/sass/engine.rb', line 22

def args
  @args
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



22
23
24
# File 'lib/sass/engine.rb', line 22

def environment
  @environment
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/sass/engine.rb', line 22

def name
  @name
end

#treeObject

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



22
23
24
# File 'lib/sass/engine.rb', line 22

def tree
  @tree
end