Method: Fog::Compute::Brightbox::Server#private_ip_address
- Defined in:
- lib/fog/brightbox/models/compute/server.rb
#private_ip_address ⇒ Object
110 111 112 113 114 115 116 |
# File 'lib/fog/brightbox/models/compute/server.rb', line 110 def private_ip_address unless interfaces.empty? interfaces.first["ipv4_address"] else nil end end |