Method: OpenLibraryBook#publish_date
- Defined in:
- lib/fetchworks.rb
#publish_date ⇒ Object
184 185 186 187 |
# File 'lib/fetchworks.rb', line 184 def publish_date str = @data["publish_date"] OpenLibrary.partial_date_from_str(str) end |