Method: Xeme#notes

Defined in:
lib/xeme.rb

#notes(id = nil) ⇒ Object

Returns a locked array of all notes, including notes in nested xemes. If the optional id param is sent, returns only notes with that id.



267
268
269
# File 'lib/xeme.rb', line 267

def notes(id=nil)
	return all_messages('notes', id)
end