Sha256: e39fd19bfd26cc1a570547dd6806c796af87454fa960a15de52adfc5e9f30d25
Contents?: true
Size: 398 Bytes
Versions: 3
Compression:
Stored size: 398 Bytes
Contents
require_relative 'tunes_base' module Spaceship module Tunes class UserDetail < TunesBase attr_accessor :content_provider_id attr_accessor :ds_id # used for the team selection (https://github.com/fastlane/fastlane/issues/6711) attr_mapping( 'contentProviderId' => :content_provider_id, 'sessionToken.dsId' => :ds_id ) end end end
Version data entries
3 entries across 3 versions & 1 rubygems