Class: PrescriptionDocumentation
- Inherits:
-
Object
- Object
- PrescriptionDocumentation
- Defined in:
- app/models/prescription_documentation.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
Instance Method Summary collapse
-
#initialize(html) ⇒ PrescriptionDocumentation
constructor
A new instance of PrescriptionDocumentation.
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
#html ⇒ Object (readonly)
Returns the value of attribute html.
6 7 8 |
# File 'app/models/prescription_documentation.rb', line 6 def html @html end |