Class: YourDSL::Expression

Inherits:
Struct
  • Object
show all
Defined in:
lib/yourdsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/yourdsl.rb', line 5

def args
  @args
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



5
6
7
# File 'lib/yourdsl.rb', line 5

def lineno
  @lineno
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



5
6
7
# File 'lib/yourdsl.rb', line 5

def proc
  @proc
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



5
6
7
# File 'lib/yourdsl.rb', line 5

def scope
  @scope
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



5
6
7
# File 'lib/yourdsl.rb', line 5

def symbol
  @symbol
end