Class: Twitter::Streaming::StallWarning
- Defined in:
- lib/twitter/streaming/stall_warning.rb
Overview
Represents a Twitter streaming stall warning
Instance Attribute Summary collapse
-
#code ⇒ Integer
readonly
Returns the percent full value.
-
#message ⇒ Integer
readonly
Returns the percent full value.
-
#percent_full ⇒ Integer
readonly
Returns the percent full value.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, display_uri_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, uri_attr_reader
Methods included from Utils
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#code ⇒ Integer (readonly)
Returns the percent full value
27 28 29 |
# File 'lib/twitter/streaming/stall_warning.rb', line 27 def code @code end |
#message ⇒ Integer (readonly)
Returns the percent full value
27 28 29 |
# File 'lib/twitter/streaming/stall_warning.rb', line 27 def @message end |
#percent_full ⇒ Integer (readonly)
Returns the percent full value
27 28 29 |
# File 'lib/twitter/streaming/stall_warning.rb', line 27 def percent_full @percent_full end |