class Rudy::AWS::EC2::Address
Public Instance Methods
associated?()
click to toggle source
# File lib/rudy/aws/ec2/address.rb, line 20 def associated? !@instid.nil? && !@instid.empty? end
liner_note()
click to toggle source
# 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
to_s(with_titles=false)
click to toggle source
# File lib/rudy/aws/ec2/address.rb, line 16 def to_s(with_titles=false) liner_note end