Method: AWSData::Base#eigenclass

Defined in:
lib/aws-data/base.rb

#eigenclassObject



57
58
59
60
61
# File 'lib/aws-data/base.rb', line 57

def eigenclass
  class << self
    self
  end
end