Sha256: b1770306f4deebbfa657ce676c6ae32ce9ca70d2bd74a3bf83f2a1b820f2c229

Contents?: true

Size: 421 Bytes

Versions: 7

Compression:

Stored size: 421 Bytes

Contents

# == Schema Information
#
# Endpoint:
#  - /v1/teams
#  - /v1/organizations/:organization_id/teams
#
#  id              :integer         not null, primary key
#  name            :string(255)
#  created_at      :datetime        not null
#  updated_at      :datetime        not null
#  organization_id :integer
#

module MnoEnterprise
  class Team < BaseResource
    include MnoEnterprise::Concerns::Models::Team
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.3.3 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.3.2 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.2.1 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.3.1 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.3.0 app/models/mno_enterprise/team.rb
mno-enterprise-core-3.2.0 app/models/mno_enterprise/team.rb