lib/spaceship/tunes/build.rb in spaceship-0.26.3 vs lib/spaceship/tunes/build.rb in spaceship-0.27.0
- old
+ new
@@ -27,10 +27,15 @@
attr_accessor :train_version
# @return (Boolean) Is this build currently processing?
attr_accessor :processing
+ # @return (String) The build processing state, may be nil
+ # @example "invalidBinary"
+ # @example "processingFailed"
+ attr_accessor :processing_state
+
# @return (Integer) The number of ticks since 1970 (e.g. 1413966436000)
attr_accessor :upload_date
# @return (String) URL to the app icon of this build (150x150px)
attr_accessor :icon_url
@@ -89,10 +94,11 @@
'appName' => :app_name,
'platform' => :platform,
'id' => :id,
'valid' => :valid,
'processing' => :processing,
+ 'processingState' => :processing_state,
'installCount' => :install_count,
'internalInstallCount' => :internal_install_count,
'externalInstallCount' => :external_install_count,
'sessionCount' => :session_count,
@@ -228,9 +234,10 @@
# "platform"=>"ios",
# "betaEntitled"=>true,
# "exceededFileSizeLimit"=>false,
# "wentLiveWithVersion"=>false,
# "processing"=>false,
+# "processingState": nil,
# "id"=>5298023,
# "valid"=>true,
# "missingExportCompliance"=>false,
# "waitingForExportComplianceApproval"=>false,
# "addedInternalUsersCount"=>0,