Class: YourDSL::Expression
- Inherits:
-
Struct
- Object
- Struct
- YourDSL::Expression
- Defined in:
- lib/yourdsl.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#proc ⇒ Object
Returns the value of attribute proc.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
5 6 7 |
# File 'lib/yourdsl.rb', line 5 def args @args end |
#lineno ⇒ Object
Returns the value of attribute lineno
5 6 7 |
# File 'lib/yourdsl.rb', line 5 def lineno @lineno end |
#proc ⇒ Object
Returns the value of attribute proc
5 6 7 |
# File 'lib/yourdsl.rb', line 5 def proc @proc end |
#scope ⇒ Object
Returns the value of attribute scope
5 6 7 |
# File 'lib/yourdsl.rb', line 5 def scope @scope end |
#symbol ⇒ Object
Returns the value of attribute symbol
5 6 7 |
# File 'lib/yourdsl.rb', line 5 def symbol @symbol end |