Class: AwsClient::Wrapper
- Inherits:
-
Object
- Object
- AwsClient::Wrapper
- Defined in:
- lib/wrapper.rb
Direct Known Subclasses
CfWrapper, Ec2Wrapper, ElastiCacheWrapper, ElasticSearchWrapper, ElbWrapper, RdsWrapper, S32Wrapper, S3Wrapper
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(*params) ⇒ Wrapper
constructor
A new instance of Wrapper.
Constructor Details
#initialize(*params) ⇒ Wrapper
6 7 8 |
# File 'lib/wrapper.rb', line 6 def initialize(*params) @client = params[0][:client] end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
4 5 6 |
# File 'lib/wrapper.rb', line 4 def client @client end |