Sha256: 928297b54a693df797ebdbc7143ef649af24ab7b60513628e08e84ed2c2da626

Contents?: true

Size: 1.13 KB

Versions: 30

Compression:

Stored size: 1.13 KB

Contents

# == Schema Information
#
# Endpoint:
#  - /v1/organizations
#  - /v1/users/:user_id/organizations
#
#  id                       :integer         not null, primary key
#  uid                      :string(255)
#  name                     :string(255)
#  created_at               :datetime        not null
#  updated_at               :datetime        not null
#  account_frozen           :boolean         default(FALSE)
#  free_trial_end_at        :datetime
#  soa_enabled              :boolean         default(TRUE)
#  mails                    :text
#  logo                     :string(255)
#  latitude                 :float           default(0.0)
#  longitude                :float           default(0.0)
#  geo_country_code         :string(255)
#  geo_state_code           :string(255)
#  geo_city                 :string(255)
#  geo_tz                   :string(255)
#  geo_currency             :string(255)
#  meta_data                :text
#  industry                 :string(255)
#  size                     :string(255)
#

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.3.3 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.3.2 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.2.1 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.3.1 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.3.0 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.2.0 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.1.4 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.0.7 app/models/mno_enterprise/organization.rb
mno-enterprise-core-2.0.9 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.1.3 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.0.6 app/models/mno_enterprise/organization.rb
mno-enterprise-core-2.0.8 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.1.2 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.0.5 app/models/mno_enterprise/organization.rb
mno-enterprise-core-2.0.7 app/models/mno_enterprise/organization.rb
mno-enterprise-core-2.0.6 app/models/mno_enterprise/organization.rb
mno-enterprise-core-2.0.5 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.1.1 app/models/mno_enterprise/organization.rb
mno-enterprise-core-3.0.4 app/models/mno_enterprise/organization.rb