11 12 13 14
# File 'lib/vzaar_api/lib/active_object.rb', line 11 def find(id) response = Lib::Api.new.get(resource_url(id)) new response.data end