Class: Gliffy::UsersParser
- Inherits:
-
Object
- Object
- Gliffy::UsersParser
- Defined in:
- lib/gliffy/response.rb
Overview
Factory for parsing users
Class Method Summary collapse
-
.from_http_response(root) ⇒ Object
:nodoc:.
Class Method Details
.from_http_response(root) ⇒ Object
:nodoc:
164 165 166 |
# File 'lib/gliffy/response.rb', line 164 def self.from_http_response(root) return ArrayParser.from_http_response(root,UserParser,'users','user') end |