Sha256: e0be33ba2bee9b82a041405e923f85aeb50e9104f4543b1910f0a8b743a88a25

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

require_relative 'tunes_base'

module Spaceship
  module Tunes
    # Represents a geo json
    class TransitAppFile < TunesBase
      attr_accessor :asset_token

      attr_accessor :name

      attr_accessor :time_stamp

      attr_accessor :url

      attr_mapping(
        'assetToken' => :asset_token,
        'timeStemp' => :time_stamp,
        'url' => :url,
        'name' => :name
      )
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 spaceship/lib/spaceship/tunes/transit_app_file.rb
fastlane_hotfix-2.165.0 spaceship/lib/spaceship/tunes/transit_app_file.rb
fastlane_hotfix-2.187.0 spaceship/lib/spaceship/tunes/transit_app_file.rb