Method: Fog::Compute::Bluebox::Server#location
- Defined in:
- lib/fog/bluebox/models/compute/server.rb
#location ⇒ Object
51 52 53 54 |
# File 'lib/fog/bluebox/models/compute/server.rb', line 51 def location requires :location_id connection.locations.get(location_id) end |