Sha256: 643c27c6238078c5b6ccfd5ae7540c023c2305d9a38049372abde3750056bdcd
Contents?: true
Size: 682 Bytes
Versions: 431
Compression:
Stored size: 682 Bytes
Contents
module Spaceship module Tunes # Represents a version set inside of an application class VersionSet < TunesBase ##################################################### # @!group General metadata ##################################################### # @return (String) The type of the version set. So far only APP attr_accessor :type # @return (Spaceship::Tunes::Application) A reference to the application the version_set is contained in attr_accessor :application # @return (String) attr_accessor :platform attr_mapping( 'type' => :type, 'platformString' => :platform ) end end end
Version data entries
431 entries across 431 versions & 1 rubygems