Module: Groups
- Included in:
- HabitRPG_API
- Defined in:
- lib/habitrpg/groups.rb
Instance Method Summary collapse
Instance Method Details
#get_group_chat(group_id) ⇒ Object
8 9 10 |
# File 'lib/habitrpg/groups.rb', line 8 def get_group_chat(group_id) get("groups/#{group_id}/chat") end |
#get_groups(types) ⇒ Object
4 5 6 |
# File 'lib/habitrpg/groups.rb', line 4 def get_groups(types) get("groups?type=#{types.join(",")}") end |