Class: Arcp::Runtime::AgentRegistration
- Inherits:
-
Data
- Object
- Data
- Arcp::Runtime::AgentRegistration
- Defined in:
- lib/arcp/runtime/job_manager.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#versions ⇒ Object
readonly
Returns the value of attribute versions.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
9 10 11 |
# File 'lib/arcp/runtime/job_manager.rb', line 9 def default @default end |
#handler ⇒ Object (readonly)
Returns the value of attribute handler
9 10 11 |
# File 'lib/arcp/runtime/job_manager.rb', line 9 def handler @handler end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/arcp/runtime/job_manager.rb', line 9 def name @name end |
#versions ⇒ Object (readonly)
Returns the value of attribute versions
9 10 11 |
# File 'lib/arcp/runtime/job_manager.rb', line 9 def versions @versions end |