Class: Osso::GraphQL::Types::EnterpriseAccount

Inherits:
BaseObject
  • Object
show all
Defined in:
lib/osso/graphql/types/enterprise_account.rb

Instance Method Summary collapse

Methods inherited from BaseObject

admin_authorized?, authorized?, enterprise_authorized?, internal_authorized?

Instance Method Details

#identity_providersObject



23
24
25
# File 'lib/osso/graphql/types/enterprise_account.rb', line 23

def identity_providers
  object.identity_providers
end

#statusObject



19
20
21
# File 'lib/osso/graphql/types/enterprise_account.rb', line 19

def status
  'active'
end