Method: Class#short_name

Defined in:
lib/gooddata/extensions/class.rb

#short_nameObject



6
7
8
# File 'lib/gooddata/extensions/class.rb', line 6

def short_name
  name.split('::').last
end