class VCloudSdk::Xml::VCloud

Public Instance Methods

organization() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/vcloud.rb, line 9
def organization
  # TODO: check and make sure that
  # there is only one "OrganizationReference" node in response
  get_nodes('OrganizationReference').first
end
organizations() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/vcloud.rb, line 5
def organizations
  get_nodes('OrganizationReference')
end