Module: Noti
- Defined in:
- lib/noti.rb,
lib/noti/token.rb,
lib/noti/request.rb,
lib/noti/version.rb,
lib/noti/notification.rb
Defined Under Namespace
Modules: Errors Classes: Error, Notification, Request, Token
Constant Summary collapse
- VERSION =
'1.0.2'
Class Attribute Summary collapse
-
.app ⇒ Object
Stores the application key for the application.
Class Attribute Details
.app ⇒ Object
Stores the application key for the application
14 15 16 |
# File 'lib/noti.rb', line 14 def app @app end |