Sha256: 9aa34aa16529d370c346b451b2c23f8a30fcf84d2ab2b6c0a49090d4991aae61
Contents?: true
Size: 1.28 KB
Versions: 92
Compression:
Stored size: 1.28 KB
Contents
module Alula class FeaturePlanVideo < Alula::RestResource extend Alula::ResourceAttributes extend Alula::ApiOperations::Request extend Alula::ApiOperations::List extend Alula::ApiOperations::Save extend Alula::ApiOperations::Delete resource_path 'features/plansvideo' type 'feature-plansvideo' field :id, type: :string, sortable: false, filterable: false, creatable_by: [:system], patchable_by: [] field :gp_id, type: :string, sortable: true, filterable: true, creatable_by: [:system], patchable_by: [] field :item, type: :string, sortable: true, filterable: false, creatable_by: [:system], patchable_by: [] field :overflow, type: :string, sortable: true, filterable: true, creatable_by: [:system], patchable_by: [] field :count, type: :string, sortable: true, filterable: false, creatable_by: [:system], patchable_by: [:system] field :price, type: :string, sortable: true, filterable: false, creatable_by: [:system], patchable_by: [:system] end end
Version data entries
92 entries across 92 versions & 1 rubygems