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

Inherits:
Mode
  • Object
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 included from Option

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

Instance Method Summary collapse

Methods inherited from Mode

#mode

Methods inherited from Base

#run

Constructor Details

#initialize(*config) ⇒ Verify

Returns a new instance of Verify.



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

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