Class: Osso::GraphQL::Types::EnterpriseAccount
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Osso::GraphQL::Types::EnterpriseAccount
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_providers ⇒ Object
23
24
25
|
# File 'lib/osso/graphql/types/enterprise_account.rb', line 23
def identity_providers
object.identity_providers
end
|
#status ⇒ Object
19
20
21
|
# File 'lib/osso/graphql/types/enterprise_account.rb', line 19
def status
'active'
end
|