# File lib/fog/aws/models/beanstalk/applications.rb, line 11 def all(application_names=[]) data = service.describe_applications(application_names).body['DescribeApplicationsResult']['Applications'] load(data) # data is an array of attribute hashes end
Generated with the Darkfish Rdoc Generator 2.