Class: GoGoodreads::Author

Inherits:
Object
  • Object
show all
Includes:
Resource
Defined in:
lib/go_goodreads/author.rb

Class Method Summary collapse

Methods included from Resource

included, #initialize

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