Module: Awskit
- Defined in:
- lib/awskit.rb,
lib/awskit/cli.rb,
lib/awskit/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.1"
Class Attribute Summary collapse
-
.aws ⇒ Object
Returns the value of attribute aws.
-
.home ⇒ Object
Returns the value of attribute home.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Method Summary collapse
Class Attribute Details
.aws ⇒ Object
Returns the value of attribute aws.
9 10 11 |
# File 'lib/awskit.rb', line 9 def aws @aws end |
.home ⇒ Object
Returns the value of attribute home.
7 8 9 |
# File 'lib/awskit.rb', line 7 def home @home end |
.logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/awskit.rb', line 8 def logger @logger end |
Class Method Details
.environment ⇒ Object
23 24 25 |
# File 'lib/awskit.rb', line 23 def environment @environment ||= Stackit.environment end |