class Fog::Compute::Packet::Bandwidth
Bandwidth
Collection
Public Instance Methods
get(device_id, params = {})
click to toggle source
# File lib/fog/compute/packet/models/bandwidth.rb, line 6 def get(device_id, params = {}) response = service.get_bandwidth(device_id, params) response if response.status == 200 end