Module: RTunesU::Document

Defined in:
lib/rtunesu/document.rb

Overview

Document is a class for generating the neccessary XML to interact with iTunes U. Documents are generated and sent when calling .save, .create, .update, and .delete on

specific Entity instances. Classes in the Document

namespace aren’t intended for direct use.

For example: c = Course.find(12345) c.name # “exemple course” c.name = ‘Example Course’ c.save # genertes and sends a Document::Merge object with the Course data.

Defined Under Namespace

Classes: Add, Base, Delete, Merge