Class: Twitter::Streaming::StallWarning

Inherits:
Base
  • Object
show all
Defined in:
lib/twitter/streaming/stall_warning.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, deprecate_attribute_method, display_uri_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, uri_attr_reader

Methods included from Utils

flat_pmap, pmap

Constructor Details

This class inherits a constructor from Twitter::Base

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



4
5
6
# File 'lib/twitter/streaming/stall_warning.rb', line 4

def code
  @code
end

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/twitter/streaming/stall_warning.rb', line 4

def message
  @message
end

#percent_fullObject (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