Class: WeBee::Config
- Inherits:
-
Object
- Object
- WeBee::Config
- Defined in:
- lib/webee.rb
Class Method Summary collapse
Class Method Details
.add_license(hash) ⇒ Object
71 72 73 |
# File 'lib/webee.rb', line 71 def self.add_license(hash) RestClient.post Api.url + "/config/licenses" , "<license><code>#{hash}</code></license>", :content_type => :xml end |