Class: GlobalSign::DVApproverList::Request

Inherits:
Request
  • Object
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

#actionObject



12
13
14
# File 'lib/global_sign/dv_approver_list/request.rb', line 12

def action
  'GetDVApproverList'
end

#paramsObject



20
21
22
23
24
# File 'lib/global_sign/dv_approver_list/request.rb', line 20

def params
  {
    FQDN: @fqdn
  }
end

#pathObject



8
9
10
# File 'lib/global_sign/dv_approver_list/request.rb', line 8

def path
  'ServerSSLService'
end

#request_headerObject



16
17
18
# File 'lib/global_sign/dv_approver_list/request.rb', line 16

def request_header
  :QueryRequestHeader
end