Sha256: db402ce3a7df89846737b02f6e1d49e5c86a8fe1d8374420fa001f43aae57a7f

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

module Exchange
  module ExternalAPI
    
    # The json base class takes care of JSON apis. 
    # This may serve as a base for some operations which might be common to the json apis
    # @author Beat Richartz
    # @version 0.6
    # @since 0.6
    #
    JSON = Class.new Base
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exchange-0.8.0 lib/exchange/external_api/json.rb