Method: Fog::AWS::RDS::SecurityGroup#authorize_me
- Defined in:
- lib/fog/aws/models/rds/security_group.rb
#authorize_me ⇒ Object
Add the current machine to the RDS security group.
48 49 50 |
# File 'lib/fog/aws/models/rds/security_group.rb', line 48 def (Fog::CurrentMachine.ip_address) end |