class Spaceship::Tunes::BuildDetails
Represents the details of a build
Attributes
apple_id[RW]
@return (String
) The App identifier of this app, provided by iTunes Connect @example
"1013943394"
build_sdk[RW]
e.g. “13A340”
contains_odr[RW]
@return [Bool]
dsym_url[RW]
@return (String
) Link to the dSYM file (not always available)
lol, it's unencrypted http
file_name[RW]
@return [String] e.g. “MyApp.ipa”
include_symbols[RW]
@return [Bool]
number_of_asset_packs[RW]
@return [Integer]
Public Class Methods
factory(attrs)
click to toggle source
Create a new object based on a hash. This is used to create a new object based on the server response.
# File lib/spaceship/tunes/build_details.rb, line 42 def factory(attrs) self.new(attrs) end