Class: HealthInspector::Checklists::DataBagItems::DataBagItem
- Inherits:
-
Struct
- Object
- Struct
- HealthInspector::Checklists::DataBagItems::DataBagItem
- Defined in:
- lib/health_inspector/checklists/data_bag_items.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
23 24 25 |
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23 def local @local end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23 def name @name end |
#server ⇒ Object
Returns the value of attribute server
23 24 25 |
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23 def server @server end |