From 11e813d0a841c5d125a08e3347a32cde54a3c0c9 Mon Sep 17 00:00:00 2001 From: pustserg Date: Tue, 25 Oct 2016 16:06:42 +0300 Subject: [PATCH] Revert "Sync services available in office from axiomus" --- lib/axiomus_api/response/carry_response.rb | 1 - lib/axiomus_api/version.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/axiomus_api/response/carry_response.rb b/lib/axiomus_api/response/carry_response.rb index a08d23a..e616949 100644 --- a/lib/axiomus_api/response/carry_response.rb +++ b/lib/axiomus_api/response/carry_response.rb @@ -27,7 +27,6 @@ def initialize(node) @work_schedule = node.xpath('@WorkSchedule').text @area = node.xpath('@Area').text @address = Address.new(node.xpath('address')) - @services = node.xpath('services').map(&:attributes).first end end diff --git a/lib/axiomus_api/version.rb b/lib/axiomus_api/version.rb index ca0a8c9..803eb32 100644 --- a/lib/axiomus_api/version.rb +++ b/lib/axiomus_api/version.rb @@ -1,3 +1,3 @@ module AxiomusApi - VERSION = '0.6.2' + VERSION = '0.6.1' end