Class: GoGoodreads::User

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

Class Method Summary collapse

Methods included from Resource

included, #initialize

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