Class: AWS::SimpleDB
- Inherits:
-
Object
- Object
- AWS::SimpleDB
- Defined in:
- lib/AWS/SimpleDB.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ SimpleDB
constructor
A new instance of SimpleDB.
- #method_missing(key, *args) ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(key, *args) ⇒ Object
10 11 12 |
# File 'lib/AWS/SimpleDB.rb', line 10 def method_missing(key, *args) @ec2.send(key, *args) end |