Module: ITunes::Store::Transporter

Defined in:
lib/itunes/store/transporter.rb,
lib/itunes/store/transporter/shell.rb,
lib/itunes/store/transporter/errors.rb,
lib/itunes/store/transporter/command.rb,
lib/itunes/store/transporter/version.rb,
lib/itunes/store/transporter/xml/status.rb,
lib/itunes/store/transporter/output_parser.rb,
lib/itunes/store/transporter/command/lookup.rb,
lib/itunes/store/transporter/command/option.rb,
lib/itunes/store/transporter/command/schema.rb,
lib/itunes/store/transporter/command/status.rb,
lib/itunes/store/transporter/command/upload.rb,
lib/itunes/store/transporter/command/verify.rb,
lib/itunes/store/transporter/command/version.rb,
lib/itunes/store/transporter/itms_transporter.rb,
lib/itunes/store/transporter/command/providers.rb,
lib/itunes/store/transporter/command/status_all.rb

Overview

See ITunes::Store::Transporter::ITMSTransporter

Defined Under Namespace

Modules: Command, XML Classes: ExecutionError, ITMSTransporter, OptionError, OutputParser, ParseError, Shell, TransporterError, TransporterMessage

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.new(options = nil) ⇒ Object



15
16
17
# File 'lib/itunes/store/transporter.rb', line 15

def self.new(options = nil)
  ITMSTransporter.new(options)
end