Sha256: 0ebe129822a13a3de67b3a9d630ef58ead21f2c610b54e2caa4eb6031d61cff9
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
module Fog module Compute class Brightbox class Real def get_application(identifier) return nil if identifier.nil? || identifier == "" request("get", "/1.0/applications/#{identifier}", [200]) end end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fog-maestrodev-1.7.0.20121114190951 | lib/fog/brightbox/requests/compute/get_application.rb |
fog-1.7.0 | lib/fog/brightbox/requests/compute/get_application.rb |