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:
commit
3450ea36f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue