Class: Recoil::Message::SubscriptionConfirmation

Inherits:
Abstract
  • Object
show all
Defined in:
lib/recoil/message/subscription_confirmation.rb

Instance Attribute Summary

Attributes inherited from Abstract

#message

Instance Method Summary collapse

Methods inherited from Abstract

#initialize

Constructor Details

This class inherits a constructor from Recoil::Message::Abstract

Instance Method Details

#process!Object



6
7
8
# File 'lib/recoil/message/subscription_confirmation.rb', line 6

def process!
  Net::HTTP.get(subscribe_url)
end