Class: Pdf::Document::RoomConfigurationLegacy::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/pdf/document/room_configuration_legacy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pdfObject (readonly)

Returns the value of attribute pdf

Returns:

  • (Object)

    the current value of pdf



8
9
10
# File 'app/services/pdf/document/room_configuration_legacy.rb', line 8

def pdf
  @pdf
end