Method: Bitly::API::Group.attributes
- Defined in:
- lib/bitly/api/group.rb
.attributes ⇒ Array<Symbol>
Returns The attributes the API returns for a group.
62 63 64 |
# File 'lib/bitly/api/group.rb', line 62 def self.attributes [:name, :guid, :is_active, :role, :bsds, :organization_guid] end |