Sha256: c761c28380656b8f2ecc466606d3208a2683ea8bcf6c7607b44f70717d8012bb

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # The act of un-registering from a service.Related actions:RegisterAction: Antagonym of UnRegisterAction.Leave: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.
    class UnRegisterAction < Mida::Vocabulary
      itemtype %r{http://schema.org/UnRegisterAction}i
      include_vocabulary Mida::SchemaOrg::Action
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/unregisteraction.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/unregisteraction.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/unregisteraction.rb