Class: GoGoodreads::Author
- Inherits:
-
Object
- Object
- GoGoodreads::Author
- Includes:
- Resource
- Defined in:
- lib/go_goodreads/author.rb
Class Method Summary collapse
Methods included from Resource
Class Method Details
.initialize_with_node(xml) ⇒ Object
14 15 16 |
# File 'lib/go_goodreads/author.rb', line 14 def self.initialize_with_node(xml) new(to_attributes!(xml)) end |