Module: GoobyIntrospection
- Included in:
- GoobyBaseObject
- Defined in:
- lib/gooby_introspection.rb
Overview
Gooby = Google APIs + Ruby. Copyright 2009 by Chris Joakim. Gooby is available under GNU General Public License (GPL) license.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/gooby_introspection.rb', line 10 def self.included(base) base.extend ClassMethods end |
Instance Method Details
#classname ⇒ Object
14 15 16 |
# File 'lib/gooby_introspection.rb', line 14 def classname self.class.name end |