Skip to content

Commit

Permalink
ensure direct property winds up as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom May committed Oct 25, 2011
1 parent a0df058 commit d25f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/google_apps_api/provisioning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def initialize(*args)
when "memberType"
@type = x.attribute("value").to_s
when "directMember"
@direct = x.attribute("value")
@direct = x.attribute("value").to_s
end
end
end
Expand Down

0 comments on commit d25f167

Please sign in to comment.