Class: Class

Inherits:
Object show all
Defined in:
lib/rdio/base.rb

Overview

When putting classes into arguments to BaseApi.call we want to use a classes simple name for the argument value

Instance Method Summary collapse

Instance Method Details

#to_kObject



16
17
18
# File 'lib/rdio/base.rb', line 16

def to_k
  name.gsub /.*\:\:/,''
end