Class: ITunes::Store::Transporter::Command::Verify

Inherits:
BatchMode show all
Defined in:
lib/itunes/store/transporter/command/verify.rb

Overview

Validate the contents of a package’s metadata and assets.

Constant Summary

Constants inherited from BatchMode

BatchMode::BatchOption, BatchMode::PackageOption

Constants included from Option

Option::APPLE_ID, Option::DESTINATION, Option::FAILURE, Option::ITC_PROVIDER, Option::SHORTNAME, Option::SUCCESS, Option::TRANSPORT, Option::VENDOR_ID

Instance Method Summary collapse

Methods inherited from Base

#run

Constructor Details

#initialize(*config) ⇒ Verify

Returns a new instance of Verify.



15
16
17
18
19
20
# File 'lib/itunes/store/transporter/command/verify.rb', line 15

def initialize(*config)
  super
  options.on *SHORTNAME
  options.on *ITC_PROVIDER
  options.on :verify_assets, "-disableAssetVerification", Optout::Boolean  # If false verify MD only no assets
end