Class: HealthInspector::Checklists::Roles::Role
- Inherits:
-
Struct
- Object
- Struct
- HealthInspector::Checklists::Roles::Role
- Defined in:
- lib/health_inspector/checklists/roles.rb
Instance Attribute Summary collapse
-
#local ⇒ Object
Returns the value of attribute local.
-
#name ⇒ Object
Returns the value of attribute name.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#local ⇒ Object
Returns the value of attribute local
25 26 27 |
# File 'lib/health_inspector/checklists/roles.rb', line 25 def local @local end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/health_inspector/checklists/roles.rb', line 25 def name @name end |
#server ⇒ Object
Returns the value of attribute server
25 26 27 |
# File 'lib/health_inspector/checklists/roles.rb', line 25 def server @server end |