Fog::Ecloud::Collection
# File lib/fog/ecloud/models/compute/login_banners.rb, line 12 def all data = service.get_login_banners(href).body load(data) end
# File lib/fog/ecloud/models/compute/login_banners.rb, line 17 def get(uri) if data = service.get_login_banner(uri) new(data.body) end rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.