Top Level Namespace
Defined Under Namespace
Modules: IpApi
Instance Method Summary collapse
-
#get_version ⇒ Object
#IP Addresses API.
Instance Method Details
#get_version ⇒ Object
#IP Addresses API
#Public IP blocks are a set of contiguous IPs that allow you to access your servers or networks from the internet. Use the IP Addresses API to request and delete IP blocks.
<span class=‘pnap-api-knowledge-base-link’> Knowledge base articles to help you can be found <a href=‘phoenixnap.com/kb/public-ip-management#bmc-public-ip-allocations-api’ target=‘_blank’>here</a> </span>
All URLs are relative to (https://api.phoenixnap.com/ips/v1/)
The version of the OpenAPI document: 1.0 Contact: [email protected] Generated by: openapi-generator.tech OpenAPI Generator version: 7.2.0
13 14 15 |
# File 'lib/pnap_ip_api/version.rb', line 13 def get_version() return File.read(File.('../../../VERSION', __FILE__)).strip end |