Skip to content

Commit

Permalink
Update documentation of SteamGroup#fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Jan 5, 2015
1 parent c4e22fd commit 6f3a603
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/steam/community/steam_group.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2008-2013, Sebastian Staudt
# Copyright (c) 2008-2015, Sebastian Staudt

require 'errors/steam_condenser_error'
require 'steam/community/cacheable'
Expand Down Expand Up @@ -96,7 +96,10 @@ def base_url
end
end

# Loads the members of this group
# Loads information about and members of this group
#
# This includes the ID, name, headline, summary of the group as well as
# avatar and custom URLs.
#
# This might take several HTTP requests as the Steam Community splits this
# data over several XML documents if the group has lots of members.
Expand Down

0 comments on commit 6f3a603

Please sign in to comment.