Class: PrescriptionDocumentation

Inherits:
Object
  • Object
show all
Defined in:
app/models/prescription_documentation.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(html) ⇒ PrescriptionDocumentation

Returns a new instance of PrescriptionDocumentation.



8
9
10
# File 'app/models/prescription_documentation.rb', line 8

def initialize(html)
  @html = html
end

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html.



6
7
8
# File 'app/models/prescription_documentation.rb', line 6

def html
  @html
end