Class: Proxy::DHCP::RemoteISC::IscFileParser
- Inherits:
-
CommonISC::IscFileParser
- Object
- CommonISC::IscFileParser
- Proxy::DHCP::RemoteISC::IscFileParser
- Defined in:
- lib/smart_proxy_dhcp_remote_isc/file_parser.rb
Instance Method Summary collapse
-
#initialize ⇒ IscFileParser
constructor
A new instance of IscFileParser.
- #parse_config_and_leases_for_records(subnet_service, conf) ⇒ Object
Constructor Details
#initialize ⇒ IscFileParser
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 |