Class: Pdf::Document::RoomConfiguration::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pdf: nil) ⇒ Result

Returns a new instance of Result.



21
# File 'app/services/pdf/document/room_configuration.rb', line 21

def initialize(pdf: nil) = super

Instance Attribute Details

#pdfObject (readonly)

Returns the value of attribute pdf

Returns:

  • (Object)

    the current value of pdf



20
21
22
# File 'app/services/pdf/document/room_configuration.rb', line 20

def pdf
  @pdf
end