module OEHClient::Meta::WorkspaceEntity

Public Class Methods

included(base) click to toggle source
# File lib/oehclient/meta/workspace_entity.rb, line 3
def self.included base
        base.send :include, InstanceMethods
        base.send :extend, OEHClient::Meta::Entity
end