Skip to content

Commit

Permalink
Sync services available in office from axiomus
Browse files Browse the repository at this point in the history
  • Loading branch information
pustserg committed Oct 25, 2016
1 parent b257aae commit c1711aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/axiomus_api/response/carry_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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

Expand Down
2 changes: 1 addition & 1 deletion lib/axiomus_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AxiomusApi
VERSION = '0.6.1'
VERSION = '0.6.2'
end

0 comments on commit c1711aa

Please sign in to comment.