class VCloudSdk::Xml::IpRange

Public Instance Methods

end_address() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/ip_range.rb, line 8
def end_address
  get_nodes(:EndAddress).first.content
end
start_address() click to toggle source
# File lib/ruby_vcloud_sdk/xml/wrapper_classes/ip_range.rb, line 4
def start_address
  get_nodes(:StartAddress).first.content
end