Class: Spaceship::Tunes::BuildDetails

Inherits:
TunesBase show all
Defined in:
spaceship/lib/spaceship/tunes/build_details.rb

Overview

Represents the details of a build

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #raw_data

Method Summary

Methods inherited from TunesBase

client

Methods inherited from Base

attr_accessor, attr_mapping, attributes, #attributes, factory, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s

Constructor Details

This class inherits a constructor from Spaceship::Base

Instance Attribute Details

#apple_idString

Returns The App identifier of this app, provided by iTunes Connect.

Examples:

"1013943394"

Returns:

  • (String)

    The App identifier of this app, provided by iTunes Connect



10
11
12
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 10

def apple_id
  @apple_id
end

#build_sdkObject

e.g. “13A340”



26
27
28
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 26

def build_sdk
  @build_sdk
end

#contains_odrBool

Returns:

  • (Bool)


23
24
25
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 23

def contains_odr
  @contains_odr
end

#dsym_urlString

Returns Link to the dSYM file (not always available) lol, it’s unencrypted http.

Returns:

  • (String)

    Link to the dSYM file (not always available) lol, it’s unencrypted http



14
15
16
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 14

def dsym_url
  @dsym_url
end

#file_nameString

Returns e.g. “MyApp.ipa”.

Returns:

  • (String)

    e.g. “MyApp.ipa”



29
30
31
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 29

def file_name
  @file_name
end

#include_symbolsBool

Returns:

  • (Bool)


17
18
19
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 17

def include_symbols
  @include_symbols
end

#number_of_asset_packsInteger

Returns:

  • (Integer)


20
21
22
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 20

def number_of_asset_packs
  @number_of_asset_packs
end