Module: Fog::Compute::Terremark::Common
Overview
doc stub
Instance Method Summary collapse
Instance Method Details
#default_organization_id ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'lib/fog/compute/terremark/common.rb', line 6 def default_organization_id @default_organization_id ||= begin org_list = organizations.body["OrgList"] if org_list.length == 1 org_list.first["href"].split("/").last.to_i else nil end end end |