Class: ScanTemplate::Discovery::Service::PortConfig

Inherits:
Domain::Model
  • Object
show all
Defined in:
lib/domain/scan_template/model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Domain::Model

columns, from_csv, from_json, headers, #initialize, primary_key, table_name, #to_csv, #to_hash, #to_s, view

Constructor Details

This class inherits a constructor from Domain::Model

Instance Attribute Details

#additional_portsObject

Returns the value of attribute additional_ports.



93
94
95
# File 'lib/domain/scan_template/model.rb', line 93

def additional_ports
  @additional_ports
end

#excluded_portsObject

Returns the value of attribute excluded_ports.



93
94
95
# File 'lib/domain/scan_template/model.rb', line 93

def excluded_ports
  @excluded_ports
end

#methodObject

Returns the value of attribute method.



93
94
95
# File 'lib/domain/scan_template/model.rb', line 93

def method
  @method
end

#portsObject

Returns the value of attribute ports.



93
94
95
# File 'lib/domain/scan_template/model.rb', line 93

def ports
  @ports
end