Sha256: 63f93d8acc0ca3dd6643d4dcdd40239903e8115c51be501881b678ac20760d23

Contents?: true

Size: 654 Bytes

Versions: 431

Compression:

Stored size: 654 Bytes

Contents

module Spaceship
  module Tunes
    # Represents a read only version of an iTunes Connect Versions State History
    class AppVersionStatesHistory < TunesBase
      # @return (String) the state
      attr_reader :state_key

      # @return (String) The name of the user who made the change
      attr_reader :user_name

      # @return (String) the email of the user or nil
      attr_reader :user_email

      # @return (Integer) the date of the state
      attr_reader :date

      attr_mapping({
        'stateKey' => :state_key,
        'userName' => :user_name,
        'userEmail' => :user_email,
        'date' => :date
      })
    end
  end
end

Version data entries

431 entries across 431 versions & 1 rubygems

Version Path
fastlane-2.18.0.beta.20170219010032 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.18.0.beta.20170218010103 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.18.0.beta.20170217010035 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.18.0.beta.20170216184940 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.17.1 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.17.0 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.16.0 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.15.1 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.16.0.beta.20170214010051 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.15.0 spaceship/lib/spaceship/tunes/app_version_states_history.rb
fastlane-2.15.0.beta.20170213032052 spaceship/lib/spaceship/tunes/app_version_states_history.rb