Class: Twitter::Streaming::StallWarning
- Defined in:
- lib/twitter/streaming/stall_warning.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#percent_full ⇒ Object
readonly
Returns the value of attribute percent_full.
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 ⇒ Object (readonly)
Returns the value of attribute code.
4 5 6 |
# File 'lib/twitter/streaming/stall_warning.rb', line 4 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/twitter/streaming/stall_warning.rb', line 4 def @message end |
#percent_full ⇒ Object (readonly)
Returns the value of attribute percent_full.
4 5 6 |
# File 'lib/twitter/streaming/stall_warning.rb', line 4 def percent_full @percent_full end |