Class: Pennyworth::Presenters::Rodauth
- Inherits:
-
Object
- Object
- Pennyworth::Presenters::Rodauth
- Extended by:
- Forwardable
- Defined in:
- lib/pennyworth/presenters/rodauth.rb
Overview
Shapes a Rodauth record for serialization.
Instance Method Summary collapse
-
#initialize(record) ⇒ Rodauth
constructor
A new instance of Rodauth.
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 |