Class: Push::Configuration::LongPoll

Inherits:
Struct
  • Object
show all
Defined in:
lib/push/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



18
19
20
# File 'lib/push/configuration.rb', line 18

def timeout
  @timeout
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'lib/push/configuration.rb', line 18

def url
  @url
end