# File lib/fog/compute/models/storm_on_demand/stats.rb, line 11
        def get(options)
          data = connection.get_stats(options).body
          load(data)
        rescue Excon::Errors::Forbidden
          nil
        end