# File lib/dynect_rest.rb, line 79
  def get_zone(zone=nil)  
    zone ||= @zone
    get("Zone/#{zone}")
  end