Method: Wowzer::Interview#create_application

Defined in:
lib/wowzer/interview.rb

#create_application(options = {}) ⇒ Object



14
15
16
17
18
19
# File 'lib/wowzer/interview.rb', line 14

def create_application(options={})
  response = applications_link.post(options)
  resource = ::Hyperclient::Resource.new(response.body, self.class.client)

  Application.new(resource)
end