Class: Sqreen::Graft::CallbackCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



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

def callback
  @callback
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



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

def instance
  @instance
end

#raisedObject

Returns the value of attribute raised

Returns:

  • (Object)

    the current value of raised



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

def raised
  @raised
end

#remainingObject

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



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

def remaining
  @remaining
end

#returnedObject

Returns the value of attribute returned

Returns:

  • (Object)

    the current value of returned



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

def returned
  @returned
end