Class: Faye::Dispatcher::Envelope

Inherits:
Struct
  • Object
show all
Defined in:
lib/faye/protocol/dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def attempts
  @attempts
end

#deadlineObject

Returns the value of attribute deadline

Returns:

  • (Object)

    the current value of deadline



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def deadline
  @deadline
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def message
  @message
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def request
  @request
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def timeout
  @timeout
end

#timerObject

Returns the value of attribute timer

Returns:

  • (Object)

    the current value of timer



4
5
6
# File 'lib/faye/protocol/dispatcher.rb', line 4

def timer
  @timer
end