lib/xhash.rb in xhash_client-0.3.5 vs lib/xhash.rb in xhash_client-0.3.6
- old
+ new
@@ -38,6 +38,14 @@
end
def self.api_key=(api_key)
@api_key = api_key
end
+
+ def self.timeout
+ @timeout
+ end
+
+ def self.timeout=(timeout)
+ @timeout = timeout
+ end
end