lib/simple_aws/rds.rb in simple_aws-1.1.0 vs lib/simple_aws/rds.rb in simple_aws-1.2.0

- old
+ new

@@ -8,10 +8,10 @@ # Amazon's Relational Database Service # # http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/ # # All requests are POST and always through HTTPS. Use the third parameter to - # #initialize if you need to talk to a region other than us-east-1. + # `initialize` if you need to talk to a region other than us-east-1. # # @see SimpleAWS::CallTypes::ActionParam Calling rules # @see SimpleAWS::Response Response handling ## class RDS < API