Module: Google::Ajax::Feed::API

Defined in:
lib/google_ajax_feed_api.rb

Overview

:nodoc:

Defined Under Namespace

Classes: OneZero

Class Method Summary collapse

Class Method Details

.[](version) ⇒ Object



52
53
54
55
56
57
# File 'lib/google_ajax_feed_api.rb', line 52

def self.[] version
  case version
  when '1.0'
    OneZero
  end
end