Class: Proxy::DHCP::RemoteISC::IscFileParser

Inherits:
CommonISC::IscFileParser
  • Object
show all
Defined in:
lib/smart_proxy_dhcp_remote_isc/file_parser.rb

Instance Method Summary collapse

Constructor Details

#initializeIscFileParser

Returns a new instance of IscFileParser.



5
6
7
# File 'lib/smart_proxy_dhcp_remote_isc/file_parser.rb', line 5

def initialize
  super(nil)
end

Instance Method Details

#parse_config_and_leases_for_records(subnet_service, conf) ⇒ Object



9
10
11
12
# File 'lib/smart_proxy_dhcp_remote_isc/file_parser.rb', line 9

def parse_config_and_leases_for_records(subnet_service, conf)
  @service = subnet_service
  super(conf)
end