# File lib/fog/xenserver/models/compute/pbds.rb, line 21 def get( ref ) if ref && obj = service.get_record( ref, 'PBD' ) new(obj) else nil end end