Module: RegApi2::Hosting
Overview
REG.API hosting category
Instance Method Summary (collapse)
-
- (String) get_jelastic_refill_url(opts = {})
Gets Jelastic refill URL for current reseller.
-
- (String) get_parallelswpb_constructor_url(opts = {})
get URL to the ParallelsWPB constructor.
-
- (void) nop(opts = {})
This function serves for testing purposes.
-
- (void) set_jelastic_refill_url(opts = {})
Sets Jelastic refill URL for current reseller.
Methods included from Builder
Instance Method Details
- (String) get_jelastic_refill_url(opts = {})
Note:
Accessibility: partners
Gets Jelastic refill URL for current reseller.
26 |
# File 'lib/reg_api2/hosting.rb', line 26 define :get_jelastic_refill_url, field: :url |
- (String) get_parallelswpb_constructor_url(opts = {})
Note:
Accessibility: partners
get URL to the ParallelsWPB constructor.
46 |
# File 'lib/reg_api2/hosting.rb', line 46 define :get_parallelswpb_constructor_url, required: { service_id: {} }, field: :url |
- (void) nop(opts = {})
Note:
Accessibility: everyone
This method returns an undefined value.
This function serves for testing purposes.
17 |
# File 'lib/reg_api2/hosting.rb', line 17 define :nop |
- (void) set_jelastic_refill_url(opts = {})
Note:
Accessibility: partners
This method returns an undefined value.
Sets Jelastic refill URL for current reseller.
36 |
# File 'lib/reg_api2/hosting.rb', line 36 define :set_jelastic_refill_url, required: :url |