class Osso::GraphQL::Types::EnterpriseAccount

Public Instance Methods

identity_providers() click to toggle source
# File lib/osso/graphql/types/enterprise_account.rb, line 23
def identity_providers
  object.identity_providers
end
status() click to toggle source
# File lib/osso/graphql/types/enterprise_account.rb, line 19
def status
  'active'
end