Storable
# File lib/rudy/aws/ec2/address.rb, line 20 def associated? !@instid.nil? && !@instid.empty? end
# File lib/rudy/aws/ec2/address.rb, line 11 def liner_note info = self.associated? ? @instid : "available" "%s (%s)" % [@ipaddress.to_s.bright, info] end
# File lib/rudy/aws/ec2/address.rb, line 16 def to_s(with_titles=false) liner_note end
[Validate]
Generated with the Darkfish Rdoc Generator 2.