Class: Sqreen::Graft::CallbackCall
- Inherits:
-
Struct
- Object
- Struct
- Sqreen::Graft::CallbackCall
- Defined in:
- lib/sqreen/graft/call.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#raised ⇒ Object
Returns the value of attribute raised.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
-
#returned ⇒ Object
Returns the value of attribute returned.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def args @args end |
#callback ⇒ Object
Returns the value of attribute callback
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def callback @callback end |
#instance ⇒ Object
Returns the value of attribute instance
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def instance @instance end |
#raised ⇒ Object
Returns the value of attribute raised
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def raised @raised end |
#remaining ⇒ Object
Returns the value of attribute remaining
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def remaining @remaining end |
#returned ⇒ Object
Returns the value of attribute returned
11 12 13 |
# File 'lib/sqreen/graft/call.rb', line 11 def returned @returned end |