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
171: def country_code
172: @countryCode
173: end
Convenience method to output meaningful representation to STDOUT as per Ruby convention
# File lib/twitter/model.rb, line 189
189: def inspect
190: "#{name} / #{woeid} / #{countryCode}\n#{url}\n"
191: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.