lib/finapps/rest/resources.rb in finapps-1.0.3 vs lib/finapps/rest/resources.rb in finapps-1.0.4

- old
+ new

@@ -3,9 +3,11 @@ class Resources include FinApps::REST::Defaults include FinApps::Logging + attr_reader :client + # @param [FinApps::REST::Client] client # @return [FinApps::REST::Resources] def initialize(client) @client = client end \ No newline at end of file