Class: ScanTemplate::Discovery::Service::PortConfig
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- ScanTemplate::Discovery::Service::PortConfig
- Defined in:
- lib/domain/scan_template/model.rb
Instance Attribute Summary collapse
-
#additional_ports ⇒ Object
Returns the value of attribute additional_ports.
-
#excluded_ports ⇒ Object
Returns the value of attribute excluded_ports.
-
#method ⇒ Object
Returns the value of attribute method.
-
#ports ⇒ Object
Returns the value of attribute ports.
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_ports ⇒ Object
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_ports ⇒ Object
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 |
#method ⇒ Object
Returns the value of attribute method.
93 94 95 |
# File 'lib/domain/scan_template/model.rb', line 93 def method @method end |
#ports ⇒ Object
Returns the value of attribute ports.
93 94 95 |
# File 'lib/domain/scan_template/model.rb', line 93 def ports @ports end |