Class: Faye::Dispatcher::Envelope

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

Instance Attribute Summary collapse

Instance Attribute Details

#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

#schedulerObject

Returns the value of attribute scheduler

Returns:

  • (Object)

    the current value of scheduler



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

def scheduler
  @scheduler
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