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