Module: RegApi2::Common
Overview
REG.API common category
Instance Method Summary (collapse)
-
- (String) get_service_id(opts = {})
Gets service/domain identifier.
-
- (String) get_user_id
For testing purposes (returns the identifier of the user logged into the system).
-
- (Hash("login", "user_id")) nop
For testing purposes (do nothing + get the login and identifier of the user logged into the system).
-
- (Hash("login", "user_id")) reseller_nop
Similar to the nop function, except for the following aspects.
Methods included from Builder
Instance Method Details
- (String) get_service_id(opts = {})
Gets service/domain identifier
39 |
# File 'lib/reg_api2/common.rb', line 39 define :get_service_id, field: :service_id |
- (String) get_user_id
For testing purposes (returns the identifier of the user logged into the system).
32 |
# File 'lib/reg_api2/common.rb', line 32 define :get_user_id, field: :user_id |
- (Hash("login", "user_id")) nop
For testing purposes (do nothing + get the login and identifier of the user logged into the system).
16 |
# File 'lib/reg_api2/common.rb', line 16 define :nop |
- (Hash("login", "user_id")) reseller_nop
Note:
Accessibility: partners
Note:
Access mode: Secure HTTPS only
Note:
Support of service lists: no
Similar to the nop function, except for the following aspects.
25 |
# File 'lib/reg_api2/common.rb', line 25 define :reseller_nop |