Sha256: 409f2599dd94d19efe0eb69b0f91b5f8955b38694200aeb84b343d4436858536
Contents?: true
Size: 615 Bytes
Versions: 12
Compression:
Stored size: 615 Bytes
Contents
#Author: Piotr Wojcieszonek #e-mail: piotr@wojcieszonek.pl # Copyright 22.03.2016 by Piotr Wojcieszonek require_relative 'option' require_relative 'type/string' module Lib module DHCP class Option17 < Option # Root Path, The code for this option is 17. Its minimum length is 1. # This option specifies the path-name that contains the client's root disk. # The path is formatted as a character string consisting of characters from the NVT ASCII character set. include Type::String alias_method :root_path, :payload alias_method :root_path=, :payload= end end end
Version data entries
12 entries across 12 versions & 1 rubygems