Initializes a new object
@param attrs [Hash] @raise [ArgumentError] Error raised when supplied argument is missing an :id key. @return [Twitter::Identity]
# File lib/twitter/identity.rb, line 14 def initialize(attrs = {}) attrs.fetch(:id) super end
Generated with the Darkfish Rdoc Generator 2.