Class: Pdf::Document::HeatLossReport::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::Document::HeatLossReport::Result
- Defined in:
- app/services/pdf/document/heat_loss_report.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#pdf ⇒ Object
readonly
Returns the value of attribute pdf.
-
#room_configuration ⇒ Object
readonly
Returns the value of attribute room_configuration.
Instance Method Summary collapse
-
#initialize(pdf: nil, room_configuration: nil, file_name: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(pdf: nil, room_configuration: nil, file_name: nil) ⇒ Result
Returns a new instance of Result.
7 |
# File 'app/services/pdf/document/heat_loss_report.rb', line 7 def initialize(pdf: nil, room_configuration: nil, file_name: nil) = super |
Instance Attribute Details
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
6 7 8 |
# File 'app/services/pdf/document/heat_loss_report.rb', line 6 def file_name @file_name end |
#pdf ⇒ Object (readonly)
Returns the value of attribute pdf
6 7 8 |
# File 'app/services/pdf/document/heat_loss_report.rb', line 6 def pdf @pdf end |
#room_configuration ⇒ Object (readonly)
Returns the value of attribute room_configuration
6 7 8 |
# File 'app/services/pdf/document/heat_loss_report.rb', line 6 def room_configuration @room_configuration end |