Skip to content

Commit

Permalink
updating API: campfire now returns an avatar url per user
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Oga authored and Emmanuel Oga committed May 4, 2011
1 parent 69d6386 commit 11020ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firering/data/user.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Firering
User = Struct.new(:connection, :id, :name, :email_address, :admin, :created_at, :type, :api_auth_token)
User = Struct.new(:connection, :id, :name, :email_address, :admin, :created_at, :type, :api_auth_token, :avatar_url)

class User
extend Instantiator
Expand Down

0 comments on commit 11020ac

Please sign in to comment.