class Rudy::AWS::EC2::Zone
Public Instance Methods
to_s(titles=false)
click to toggle source
# File lib/rudy/aws/ec2/zone.rb, line 11 def to_s(titles=false) [@name.bright, @region, @state].join '; ' end