# File lib/fog/aws/models/beanstalk/application.rb, line 34 def versions requires :name connection.versions.all({'ApplicationName' => name}) end