Storable
# File lib/rudy/aws/ec2/instance.rb, line 34 def degraded?; self.state && self.state == 'degraded'; end
# File lib/rudy/aws/ec2/instance.rb, line 22 def init @groups ||= [] end
# File lib/rudy/aws/ec2/instance.rb, line 32 def pending?; self.state && self.state == 'pending'; end
# File lib/rudy/aws/ec2/instance.rb, line 31 def running?; self.state && self.state == 'running'; end
# File lib/rudy/aws/ec2/instance.rb, line 35 def shutting_down?; self.state && self.state == 'shutting-down'; end
Generated with the Darkfish Rdoc Generator 2.