Class: Upkeep::Delivery::Transport::RetryItem

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/delivery/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject (readonly)

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



48
49
50
# File 'lib/upkeep/delivery/transport.rb', line 48

def attempts
  @attempts
end

#envelopeObject (readonly)

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



48
49
50
# File 'lib/upkeep/delivery/transport.rb', line 48

def envelope
  @envelope
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



48
49
50
# File 'lib/upkeep/delivery/transport.rb', line 48

def error
  @error
end