Class: HealthInspector::Checklists::DataBags::DataBag

Inherits:
Struct
  • Object
show all
Defined in:
lib/health_inspector/checklists/data_bags.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exists_locallyObject

Returns the value of attribute exists_locally

Returns:

  • (Object)

    the current value of exists_locally



16
17
18
# File 'lib/health_inspector/checklists/data_bags.rb', line 16

def exists_locally
  @exists_locally
end

#exists_on_serverObject

Returns the value of attribute exists_on_server

Returns:

  • (Object)

    the current value of exists_on_server



16
17
18
# File 'lib/health_inspector/checklists/data_bags.rb', line 16

def exists_on_server
  @exists_on_server
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/health_inspector/checklists/data_bags.rb', line 16

def name
  @name
end