Class: Sqreen::Js::CallContext
- Inherits:
-
Struct
- Object
- Struct
- Sqreen::Js::CallContext
- Defined in:
- lib/sqreen/js/call_context.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#inst ⇒ Object
Returns the value of attribute inst.
-
#rv ⇒ Object
Returns the value of attribute rv.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
10 11 12 |
# File 'lib/sqreen/js/call_context.rb', line 10 def args @args end |
#inst ⇒ Object
Returns the value of attribute inst
10 11 12 |
# File 'lib/sqreen/js/call_context.rb', line 10 def inst @inst end |
#rv ⇒ Object
Returns the value of attribute rv
10 11 12 |
# File 'lib/sqreen/js/call_context.rb', line 10 def rv @rv end |