Class: BabyTooth::TeamFeed

Inherits:
Client
  • Object
show all
Defined in:
lib/baby_tooth/team_feed.rb

Instance Attribute Summary

Attributes inherited from Client

#access_token, #path

Instance Method Summary collapse

Methods inherited from Client

#[], #body, exposes_keys, #initialize, #resource_class_name

Constructor Details

This class inherits a constructor from BabyTooth::Client

Instance Method Details

#membersObject



3
4
5
# File 'lib/baby_tooth/team_feed.rb', line 3

def members
  body['items']
end