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