lib/loquor/resource.rb in loquor-0.5.3 vs lib/loquor/resource.rb in loquor-0.5.4
- old
+ new
@@ -15,9 +15,17 @@
def self.path
@path
end
+ def self.cache=(value)
+ @value = value
+ end
+
+ def self.cache
+ @value
+ end
+
def self.find(id)
ApiCall::Show.new(self, id).execute
end
def self.find_each(&block)