Class: Spaceship::Tunes::VersionSet

Inherits:
TunesBase show all
Defined in:
spaceship/lib/spaceship/tunes/version_set.rb

Overview

Represents a version set inside of an application

General metadata collapse

Attributes inherited from Base

#client, #raw_data

Method Summary

Methods inherited from TunesBase

client

Methods inherited from Base

attr_accessor, attr_mapping, attributes, #attributes, factory, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s

Constructor Details

This class inherits a constructor from Spaceship::Base

Instance Attribute Details

#applicationSpaceship::Tunes::Application

Returns A reference to the application the version_set is contained in.

Returns:



15
16
17
# File 'spaceship/lib/spaceship/tunes/version_set.rb', line 15

def application
  @application
end

#platformString

Returns:



18
19
20
# File 'spaceship/lib/spaceship/tunes/version_set.rb', line 18

def platform
  @platform
end

#typeString

Returns The type of the version set. So far only APP.

Returns:

  • (String)

    The type of the version set. So far only APP



12
13
14
# File 'spaceship/lib/spaceship/tunes/version_set.rb', line 12

def type
  @type
end