Class: PgVerify::Doctor::Warning
- Inherits:
-
Struct
- Object
- Struct
- PgVerify::Doctor::Warning
- Defined in:
- lib/pg-verify/doctor/doctor.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
4 5 6 |
# File 'lib/pg-verify/doctor/doctor.rb', line 4 def text @text end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/pg-verify/doctor/doctor.rb', line 4 def title @title end |