Method: Bitly::API::Organization#groups
- Defined in:
- lib/bitly/api/organization.rb
#groups ⇒ Bitly::API::Group::List
87 88 89 |
# File 'lib/bitly/api/organization.rb', line 87 def groups @groups ||= Group.list(client: @client, organization: self) end |