Class: Spaceship::Tunes::VersionSet
- Defined in:
- spaceship/lib/spaceship/tunes/version_set.rb
Overview
Represents a version set inside of an application
General metadata collapse
-
#application ⇒ Spaceship::Tunes::Application
A reference to the application the version_set is contained in.
- #platform ⇒ String
-
#type ⇒ String
The type of the version set.
Attributes inherited from Base
Method Summary
Methods inherited from TunesBase
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
#application ⇒ Spaceship::Tunes::Application
Returns A reference to the application the version_set is contained in.
15 16 17 |
# File 'spaceship/lib/spaceship/tunes/version_set.rb', line 15 def application @application end |
#platform ⇒ String
18 19 20 |
# File 'spaceship/lib/spaceship/tunes/version_set.rb', line 18 def platform @platform end |
#type ⇒ String
Returns 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 |