Module: OEHClient::Meta::WorkspaceEntity

Included in:
Interaction, Touchpoint
Defined in:
lib/oehclient/meta/workspace_entity.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

[View source]

3
4
5
6
# File 'lib/oehclient/meta/workspace_entity.rb', line 3

def self.included base
	base.send :include, InstanceMethods
	base.send :extend, OEHClient::Meta::Entity
end