Class: HealthInspector::Checklists::DataBagItems::DataBagItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#localObject

Returns the value of attribute local

Returns:

  • (Object)

    the current value of local



23
24
25
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23

def local
  @local
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23

def name
  @name
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



23
24
25
# File 'lib/health_inspector/checklists/data_bag_items.rb', line 23

def server
  @server
end