Class: Sqreen::Graft::HookedCall
- Inherits:
-
Struct
- Object
- Struct
- Sqreen::Graft::HookedCall
- Defined in:
- lib/sqreen/graft/call.rb
Instance Attribute Summary collapse
-
#args_pass ⇒ Object
Returns the value of attribute args_pass.
-
#args_passed ⇒ Object
Returns the value of attribute args_passed.
-
#args_passing ⇒ Object
Returns the value of attribute args_passing.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#raise ⇒ Object
Returns the value of attribute raise.
-
#raised ⇒ Object
Returns the value of attribute raised.
-
#raising ⇒ Object
Returns the value of attribute raising.
-
#retrying ⇒ Object
Returns the value of attribute retrying.
-
#return ⇒ Object
Returns the value of attribute return.
-
#returned ⇒ Object
Returns the value of attribute returned.
-
#returning ⇒ Object
Returns the value of attribute returning.
Instance Attribute Details
#args_pass ⇒ Object
Returns the value of attribute args_pass
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def args_pass @args_pass end |
#args_passed ⇒ Object
Returns the value of attribute args_passed
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def args_passed @args_passed end |
#args_passing ⇒ Object
Returns the value of attribute args_passing
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def args_passing @args_passing end |
#instance ⇒ Object
Returns the value of attribute instance
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def instance @instance end |
#raise ⇒ Object
Returns the value of attribute raise
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def raise @raise end |
#raised ⇒ Object
Returns the value of attribute raised
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def raised @raised end |
#raising ⇒ Object
Returns the value of attribute raising
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def raising @raising end |
#retrying ⇒ Object
Returns the value of attribute retrying
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def end |
#return ⇒ Object
Returns the value of attribute return
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def return @return end |
#returned ⇒ Object
Returns the value of attribute returned
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def returned @returned end |
#returning ⇒ Object
Returns the value of attribute returning
12 13 14 |
# File 'lib/sqreen/graft/call.rb', line 12 def returning @returning end |