Class: Sqreen::Graft::HookedCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqreen/graft/call.rb

Instance Attribute Summary collapse

Instance Attribute Details

#args_passObject

Returns the value of attribute args_pass

Returns:

  • (Object)

    the current value of args_pass



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def args_pass
  @args_pass
end

#args_passedObject

Returns the value of attribute args_passed

Returns:

  • (Object)

    the current value of args_passed



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def args_passed
  @args_passed
end

#args_passingObject

Returns the value of attribute args_passing

Returns:

  • (Object)

    the current value of args_passing



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def args_passing
  @args_passing
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def instance
  @instance
end

#raiseObject

Returns the value of attribute raise

Returns:

  • (Object)

    the current value of raise



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def raise
  @raise
end

#raisedObject

Returns the value of attribute raised

Returns:

  • (Object)

    the current value of raised



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def raised
  @raised
end

#raisingObject

Returns the value of attribute raising

Returns:

  • (Object)

    the current value of raising



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def raising
  @raising
end

#retryingObject

Returns the value of attribute retrying

Returns:

  • (Object)

    the current value of retrying



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def retrying
  @retrying
end

#returnObject

Returns the value of attribute return

Returns:

  • (Object)

    the current value of return



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def return
  @return
end

#returnedObject

Returns the value of attribute returned

Returns:

  • (Object)

    the current value of returned



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def returned
  @returned
end

#returningObject

Returns the value of attribute returning

Returns:

  • (Object)

    the current value of returning



12
13
14
# File 'lib/sqreen/graft/call.rb', line 12

def returning
  @returning
end