Sha256: bc9a6f1cfb5737ddf38d888ce0aaeee3b16adeacd2d209ade214c313d7f7cd2c

Contents?: true

Size: 948 Bytes

Versions: 6

Compression:

Stored size: 948 Bytes

Contents

require 'typesafe_enum'

module OpenActive
  module Enums
    module Schema
      # The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#ConstructionInstallation\n* http://purl.org/goodrelations/v1#Dispose\n* http://purl.org/goodrelations/v1#LeaseOut\n* http://purl.org/goodrelations/v1#Maintain\n* http://purl.org/goodrelations/v1#ProvideService\n* http://purl.org/goodrelations/v1#Repair\n* http://purl.org/goodrelations/v1#Sell\n* http://purl.org/goodrelations/v1#Buy
      #
      class BusinessFunction < TypesafeEnum::Base
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/enums/schema/business_function.rb
openactive-0.4.0 lib/openactive/enums/schema/business_function.rb
openactive-0.3.0 lib/openactive/enums/schema/business_function.rb
openactive-0.2.2 lib/openactive/enums/schema/business_function.rb
openactive-0.2.1 lib/openactive/enums/schema/business_function.rb
openactive-0.2.0 lib/openactive/enums/schema/business_function.rb