Class Rudy::AWS::EC2::Zone

  1. lib/rudy/aws/ec2/zone.rb
Parent: Storable

Methods

public instance

  1. to_s

Public instance methods

to_s (titles=false)
[show source]
    # File lib/rudy/aws/ec2/zone.rb, line 11
11:       def to_s(titles=false)
12:         [@name.bright, @region, @state].join '; '
13:       end