Class: HealthInspector::Checklists::DataBags::DataBag
- Inherits:
-
Struct
- Object
- Struct
- HealthInspector::Checklists::DataBags::DataBag
- Defined in:
- lib/health_inspector/checklists/data_bags.rb
Instance Attribute Summary collapse
-
#exists_locally ⇒ Object
Returns the value of attribute exists_locally.
-
#exists_on_server ⇒ Object
Returns the value of attribute exists_on_server.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#exists_locally ⇒ Object
Returns the value of attribute exists_locally
16 17 18 |
# File 'lib/health_inspector/checklists/data_bags.rb', line 16 def exists_locally @exists_locally end |
#exists_on_server ⇒ Object
Returns the value of attribute exists_on_server
16 17 18 |
# File 'lib/health_inspector/checklists/data_bags.rb', line 16 def exists_on_server @exists_on_server end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/health_inspector/checklists/data_bags.rb', line 16 def name @name end |