Class: DoctorScrape::Data
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- DoctorScrape::Data
- Defined in:
- lib/doctor_scrape/data.rb
Instance Method Summary collapse
Instance Method Details
#fields ⇒ Object
4 5 6 |
# File 'lib/doctor_scrape/data.rb', line 4 def fields @table.keys end |
#to_hash ⇒ Object
8 9 10 |
# File 'lib/doctor_scrape/data.rb', line 8 def to_hash @table end |