Method: Fog::AWS::AutoScaling::Instance#ready?
- Defined in:
- lib/fog/aws/models/auto_scaling/instance.rb
#ready? ⇒ Boolean
43 44 45 |
# File 'lib/fog/aws/models/auto_scaling/instance.rb', line 43 def ready? life_cycle_state == 'InService' end |