Method: OEHClient::Meta::Workspace#touchpoint

Defined in:
lib/oehclient/meta/workspace.rb

#touchpoint(touchpoint_name) ⇒ Object

retrieve a single touchpoint from the current workspace based on the name



52
53
54
# File 'lib/oehclient/meta/workspace.rb', line 52

def touchpoint(touchpoint_name)
	OEHClient::Meta::Touchpoint.create(self, OEHClient::Meta::Touchpoint.find_by_name(self.class.session, touchpoint_name, space: id))
end