Sha256: 90c18fd2c636e0f4cf27a30d00770504d1d3087860be3a63006b41bdcdfb5b21
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
require 'fog/core/collection' require 'fog/compute/models/storm_on_demand/stat' module Fog module Compute class StormOnDemand class Stats < Fog::Collection model Fog::Compute::StormOnDemand::Stat def get(options) data = connection.get_stats(options).body load(data) rescue Excon::Errors::Forbidden nil end end end end end
Version data entries
7 entries across 7 versions & 3 rubygems