Class: Pdf::Document::RoomConfigurationLegacy::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::Document::RoomConfigurationLegacy::Result
- Defined in:
- app/services/pdf/document/room_configuration_legacy.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.
9 |
# File 'app/services/pdf/document/room_configuration_legacy.rb', line 9 def initialize(pdf: nil) = super |
Instance Attribute Details
#pdf ⇒ Object (readonly)
Returns the value of attribute pdf
8 9 10 |
# File 'app/services/pdf/document/room_configuration_legacy.rb', line 8 def pdf @pdf end |