Class: UqamGradeNotification::Storage
- Inherits:
-
Object
- Object
- UqamGradeNotification::Storage
- Extended by:
- Forwardable
- Defined in:
- lib/uqam_grade_notification/storage.rb
Defined Under Namespace
Classes: LocalStorage
Instance Method Summary collapse
-
#initialize(storage = LocalStorage.new) ⇒ Storage
constructor
A new instance of Storage.
Constructor Details
#initialize(storage = LocalStorage.new) ⇒ Storage
Returns a new instance of Storage.
6 7 8 |
# File 'lib/uqam_grade_notification/storage.rb', line 6 def initialize(storage=LocalStorage.new) @storage = storage end |