Class: Blufin::AWSCredentials
- Inherits:
-
Object
- Object
- Blufin::AWSCredentials
- Defined in:
- lib/core/aws.rb
Instance Attribute Summary collapse
-
#aws_key ⇒ Object
Returns the value of attribute aws_key.
-
#aws_secret ⇒ Object
Returns the value of attribute aws_secret.
-
#output ⇒ Object
Returns the value of attribute output.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
permalink #aws_key ⇒ Object
Returns the value of attribute aws_key.
123 124 125 |
# File 'lib/core/aws.rb', line 123 def aws_key @aws_key end |
permalink #aws_secret ⇒ Object
Returns the value of attribute aws_secret.
123 124 125 |
# File 'lib/core/aws.rb', line 123 def aws_secret @aws_secret end |
permalink #output ⇒ Object
Returns the value of attribute output.
123 124 125 |
# File 'lib/core/aws.rb', line 123 def output @output end |
permalink #region ⇒ Object
Returns the value of attribute region.
123 124 125 |
# File 'lib/core/aws.rb', line 123 def region @region end |