Skip to content

Commit

Permalink
Merge pull request #3 from kinderly/pustserg/sync_services
Browse files Browse the repository at this point in the history
Sync services available in office from axiomus
  • Loading branch information
pustserg committed Oct 25, 2016
2 parents 3705f58 + 91944c2 commit 894e68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
axiomus_api (0.6.1)
axiomus_api (0.6.2)
barby (~> 0.5)
chunky_png (~> 1.3)
nokogiri (~> 1.6)
Expand Down Expand Up @@ -76,3 +76,6 @@ DEPENDENCIES
faker
rspec
rspec-collection_matchers

BUNDLED WITH
1.13.6
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 @@ -15,6 +15,7 @@ class Office
attr_accessor :work_schedule
attr_accessor :area
attr_accessor :address
attr_accessor :services

def initialize(node)
@office_code = node.xpath('@office_code').text.to_i
Expand Down

0 comments on commit 894e68a

Please sign in to comment.