Class: OEHClient::Meta::Interaction
- Inherits:
-
Data::Node
- Object
- Data::Node
- OEHClient::Meta::Interaction
- Includes:
- WorkspaceEntity
- Defined in:
- lib/oehclient/meta/interaction.rb
Instance Attribute Summary
Attributes inherited from Data::Node
Class Method Summary collapse
Methods included from WorkspaceEntity
Methods inherited from Data::Node
Constructor Details
This class inherits a constructor from OEHClient::Data::Node
Class Method Details
.create(workspace, data) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/oehclient/meta/interaction.rb', line 7 def self.create(workspace, data) interaction_instance = OEHClient::Meta::Interaction.new(data) interaction_instance.workspace = workspace interaction_instance end |