Class: UqamGradeNotification::Storage

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/uqam_grade_notification/storage.rb

Defined Under Namespace

Classes: LocalStorage

Instance Method Summary collapse

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