class Spaceship::Tunes::VersionSet

Represents a version set inside of an application

Attributes

application[RW]

@return (Spaceship::Tunes::Application) A reference to the application the version_set is contained in

platform[RW]

@return (String)

type[RW]

@return (String) The type of the version set. So far only APP

Public Class Methods

factory(attrs) click to toggle source

Create a new object based on a hash. This is used to create a new object based on the server response.

# File lib/spaceship/tunes/version_set.rb, line 26
def factory(attrs)
  self.new(attrs)
end