Method: Fog::Compute::HP::Image#ready?
- Defined in:
- lib/fog/hp/models/compute/image.rb
permalink #ready? ⇒ Boolean
29 30 31 |
# File 'lib/fog/hp/models/compute/image.rb', line 29 def ready? status == 'ACTIVE' end |
29 30 31 |
# File 'lib/fog/hp/models/compute/image.rb', line 29 def ready? status == 'ACTIVE' end |