Class: Pennyworth::Presenters::Rodauth

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pennyworth/presenters/rodauth.rb

Overview

Shapes a Rodauth record for serialization.

Instance Method Summary collapse

Constructor Details

#initialize(record) ⇒ Rodauth

Returns a new instance of Rodauth.



13
14
15
# File 'lib/pennyworth/presenters/rodauth.rb', line 13

def initialize record
  @record = record
end