Sha256: 8bb770a075d4d6f97475e1cb0df0a6f2e335ff06502f10acf4865d41350ad536
Contents?: true
Size: 713 Bytes
Versions: 660
Compression:
Stored size: 713 Bytes
Contents
require_relative 'tunes_base' 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
660 entries across 660 versions & 5 rubygems