adobe_connect_api 0.0.48.alpha → 0.0.49.alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,10 +123,10 @@ class AdobeConnectAPI
123
123
  puts "ACS: user created"
124
124
  puts res.body
125
125
  data = XmlSimple.xml_in(res.body)
126
- principal_id = data["principal"]["principal-id"]
127
- puts principal_id
128
- return principal_id
129
-
126
+
127
+ puts data["principal"].class
128
+
129
+ return AdobeConnectAPI::Result.new(data["status"][0]["code"], nil)
130
130
  end
131
131
 
132
132
  # create a new meeting in Adobe Connect
@@ -1,3 +1,3 @@
1
1
  module AdobeConnectApi
2
- VERSION = "0.0.48.alpha"
2
+ VERSION = "0.0.49.alpha"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adobe_connect_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.48.alpha
4
+ version: 0.0.49.alpha
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: