Method: Bitly::API::User.attributes

Defined in:
lib/bitly/api/user.rb

.attributesArray<Symbol>

Returns The attributes the API returns for a user.

Returns:

  • (Array<Symbol>)

    The attributes the API returns for a user



35
36
37
# File 'lib/bitly/api/user.rb', line 35

def self.attributes
  [:login, :is_active, :is_2fa_enabled, :name, :is_sso_user, :default_group_guid]
end