Method: Faast::Notification#initialize
- Defined in:
- lib/faast.rb
#initialize ⇒ Notification
Returns a new instance of Notification.
33 34 35 36 |
# File 'lib/faast.rb', line 33 def initialize @data = {} self.user_credentials = Faast.user_credentials end |