class AwsStatus

Attributes

status[R]

Public Class Methods

create() click to toggle source
# File lib/aws_status.rb, line 11
def self.create
        AwsStatus.new(AwsRestClient)
end
new(rest_client) click to toggle source
# File lib/aws_status.rb, line 7
def initialize(rest_client)
        @status = DataCenters.new(rest_client)
end