Represents a location in Twitter
Alias to countryCode for those wanting to use consistent naming convention for attribute
# File lib/twitter/model.rb, line 171 def country_code @countryCode end
Convenience method to output meaningful representation to STDOUT as per Ruby convention
# File lib/twitter/model.rb, line 189 def inspect "#{name} / #{woeid} / #{countryCode}\n#{url}\n" end
Generated with the Darkfish Rdoc Generator 2.