Class: PodPrebuild::PostInstallHook
- Inherits:
-
Object
- Object
- PodPrebuild::PostInstallHook
- Defined in:
- lib/cocoapods-binary-artifactory-cache/hooks/post_install.rb
Instance Method Summary collapse
-
#initialize(installer_context) ⇒ PostInstallHook
constructor
A new instance of PostInstallHook.
- #run ⇒ Object
Constructor Details
#initialize(installer_context) ⇒ PostInstallHook
Returns a new instance of PostInstallHook.
3 4 5 |
# File 'lib/cocoapods-binary-artifactory-cache/hooks/post_install.rb', line 3 def initialize(installer_context) @installer_context = installer_context end |
Instance Method Details
#run ⇒ Object
7 8 9 |
# File 'lib/cocoapods-binary-artifactory-cache/hooks/post_install.rb', line 7 def run diagnose if PodPrebuild::Env.integration_stage? end |