Class: Ec2Meta::Client
- Inherits:
-
Object
- Object
- Ec2Meta::Client
- Defined in:
- lib/ec2_meta/client.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
3 4 5 6 7 8 9 |
# File 'lib/ec2_meta/client.rb', line 3 def initialize( = {}) @options = { api_version: '2014-02-25' }.merge() load_api_module end |