Class: Mdm::Listener
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::Listener
- Defined in:
- app/models/mdm/listener.rb
Overview
Instance Attribute Summary collapse
-
#address ⇒ String
The IP address to which the listener is bound.
-
#created_at ⇒ DateTime
When this listener was created.
- #enabled ⇒ true, false
-
#macro ⇒ String
Name of macro run when a connect is made to the listener.
-
#owner ⇒ String
The name of the user that setup this listener.
-
#payload ⇒ String
Reference name of the payload module that is sent when a connection is made to the listener.
-
#port ⇒ Integer
Port on #address that listener is listening.
-
#updated_at ⇒ DateTime
The last time this listener was updated.
Instance Attribute Details
#address ⇒ String
The IP address to which the listener is bound.
|
# File 'app/models/mdm/listener.rb', line 23
|
#created_at ⇒ DateTime
When this listener was created. Not necessarily when it started listening.
|
# File 'app/models/mdm/listener.rb', line 28
|
#enabled ⇒ true, false
|
# File 'app/models/mdm/listener.rb', line 33
|
#macro ⇒ String
Name of macro run when a connect is made to the listener.
|
# File 'app/models/mdm/listener.rb', line 39
|
#owner ⇒ String
The name of the user that setup this listener.
|
# File 'app/models/mdm/listener.rb', line 44
|
#payload ⇒ String
Reference name of the payload module that is sent when a connection is made to the listener.
|
# File 'app/models/mdm/listener.rb', line 50
|
#port ⇒ Integer
Port on #address that listener is listening.
|
# File 'app/models/mdm/listener.rb', line 55
|
#updated_at ⇒ DateTime
The last time this listener was updated.
|
# File 'app/models/mdm/listener.rb', line 60
|