Class: GlobalSign::DVApproverList::Request
- Inherits:
-
Request
- Object
- Request
- GlobalSign::DVApproverList::Request
show all
- Defined in:
- lib/global_sign/dv_approver_list/request.rb
Instance Method Summary
collapse
Methods inherited from Request
#auth_token_hash, #auth_token_params, #to_xml
Constructor Details
#initialize(fqdn) ⇒ Request
4
5
6
|
# File 'lib/global_sign/dv_approver_list/request.rb', line 4
def initialize(fqdn)
@fqdn = fqdn
end
|
Instance Method Details
#action ⇒ Object
12
13
14
|
# File 'lib/global_sign/dv_approver_list/request.rb', line 12
def action
'GetDVApproverList'
end
|
#params ⇒ Object
20
21
22
23
24
|
# File 'lib/global_sign/dv_approver_list/request.rb', line 20
def params
{
FQDN: @fqdn
}
end
|
#path ⇒ Object
8
9
10
|
# File 'lib/global_sign/dv_approver_list/request.rb', line 8
def path
'ServerSSLService'
end
|
16
17
18
|
# File 'lib/global_sign/dv_approver_list/request.rb', line 16
def
:QueryRequestHeader
end
|