Method: LabClient::Common#group_name

Defined in:
lib/labclient/common.rb

#group_nameObject

Category and Primary Key for docs If/Else for Instance Variable Warnings



51
52
53
54
55
56
57
# File 'lib/labclient/common.rb', line 51

def group_name
  if self.class.instance_variable_defined? '@group_name'
    self.class.instance_variable_get('@group_name')
  else
    klass
  end
end