lib/webex/meeting.rb in webex-0.0.1 vs lib/webex/meeting.rb in webex-0.0.2

- old
+ new

@@ -7,7 +7,10 @@ module Webex # comment module Meeting PATH_URL = 'm.php'.freeze + def post_url + URI.join(CONFIGURATION.host_url + PATH_URL) + end end end