Class: Statement::PdfGenerator::Result
- Inherits:
-
Data
- Object
- Data
- Statement::PdfGenerator::Result
- Defined in:
- app/services/statement/pdf_generator.rb
Instance Attribute Summary collapse
-
#pdf ⇒ Object
readonly
Returns the value of attribute pdf.
Instance Method Summary collapse
-
#initialize(pdf: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(pdf: nil) ⇒ Result
Returns a new instance of Result.
5 |
# File 'app/services/statement/pdf_generator.rb', line 5 def initialize(pdf: nil) = super |
Instance Attribute Details
#pdf ⇒ Object (readonly)
Returns the value of attribute pdf
4 5 6 |
# File 'app/services/statement/pdf_generator.rb', line 4 def pdf @pdf end |