Method: LabClient::Klass#group_name

Defined in:
lib/labclient/klass.rb

#group_nameObject

Category and Primary Key for docs



84
85
86
# File 'lib/labclient/klass.rb', line 84

def group_name
  self.class.instance_variable_get('@group_name') || klass.pluralize
end