class Spaceship::ConnectAPI::BuildBundle
Attributes
Public Class Methods
Source
# File spaceship/lib/spaceship/connect_api/models/build_bundle.rb, line 55 def self.type return "buildBundles" end
Public Instance Methods
Source
# File spaceship/lib/spaceship/connect_api/models/build_bundle.rb, line 63 def build_bundle_file_sizes(client: nil) @build_bundle_file_sizes ||= BuildBundleFileSizes.all(client: client, build_bundle_id: id) end
API