Class: Push::Configuration::LongPoll
- Inherits:
-
Struct
- Object
- Struct
- Push::Configuration::LongPoll
- Defined in:
- lib/push/configuration.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#timeout ⇒ Object
Returns the value of attribute timeout
18 19 20 |
# File 'lib/push/configuration.rb', line 18 def timeout @timeout end |
#url ⇒ Object
Returns the value of attribute url
18 19 20 |
# File 'lib/push/configuration.rb', line 18 def url @url end |