Sha256: b1fce9fc02a875ea0c7c8d59c49dfe52d88eca85ffc0508d5adf6e5b2af83aea
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
class Java::ComGoogleGdataClient::Query include GoogleHelpers def initialize(options) if options.is_a? Hash super url_for(options.delete(:url)) update_attributes(options) else super url_for(options) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gdata-jruby-client-0.7.0 | lib/query.rb |