Class: Rudy::AWS::EC2::Keypairs
- Inherits:
-
Object
- Object
- Rudy::AWS::EC2::Keypairs
- Defined in:
- lib/rudy/aws/ec2/keypair.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(*args) ⇒ Keypairs
constructor
A new instance of Keypairs.
Constructor Details
#initialize(*args) ⇒ Keypairs
Returns a new instance of Keypairs.
96 97 98 |
# File 'lib/rudy/aws/ec2/keypair.rb', line 96 def initialize(*args) raise "Oops! The correct class uses a capital 'P': Rudy::AWS::EC2::KeyPairs" end |