# File lib/dynect_rest/resource.rb, line 50
    def ttl(value=nil)
      value ? (@ttl = value; self) : @ttl
    end