Method: OEHClient::Meta::WorkspaceEntity.included
- Defined in:
- lib/oehclient/meta/workspace_entity.rb
.included(base) ⇒ Object
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 |