Method: App::AWSProfile.get

Defined in:
lib/core/aws_profile.rb

.getObject

Get the AWS profile. Returns either the profile (or nil).

Returns:

  • string



31
32
33
# File 'lib/core/aws_profile.rb', line 31

def self.get
    @@profile
end