Sha256: 278b7cfcd6ce622f2cdbaf71d37cc0975bfbf79acf52a2a45326a7d1a006d20c

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

class Labeling::SKOSXL::HiddenLabel < Labeling::SKOSXL::Base
  self.rdf_namespace = 'skosxl'
  self.rdf_predicate = 'hiddenLabel'

  def self.view_section(obj)
    'hidden'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.9.1 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.9.0 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.8.1 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.8.0 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.7.0 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.6.0 app/models/labeling/skosxl/hidden_label.rb
iqvoc_skosxl-2.5.0 app/models/labeling/skosxl/hidden_label.rb