1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1968 from postmodern/rename_verify_domain_to_verify_domain_identity

Renamed Fog::AWS::SES::Real#verify_domain to #verify_domain_identity.
This commit is contained in:
Wesley Beary 2013-07-22 11:47:01 -07:00
commit 3450ea36f9

View file

@ -16,7 +16,7 @@ module Fog
# * 'ResponseMetadata'<~Hash>:
# * 'VerificationToken'<~String> - Verification token
# * 'RequestId'<~String> - Id of request
def verify_domain(domain)
def verify_domain_identity(domain)
request({
'Action' => 'VerifyDomainIdentity',
'Domain' => domain,