Class: Pod::Command::Binary

Inherits:
Pod::Command show all
Defined in:
lib/command/fetch.rb,
lib/command/binary.rb,
lib/command/prebuild.rb,
lib/command/visualize.rb

Direct Known Subclasses

Fetch, Prebuild, Viz

Defined Under Namespace

Classes: Fetch, Prebuild, Viz

Instance Method Summary collapse

Instance Method Details

#prebuild_configObject



13
14
15
# File 'lib/command/binary.rb', line 13

def prebuild_config
  @prebuild_config ||= PodPrebuild::Config.new("PodBinaryCacheConfig.json")
end