Class: YouTrack::Parser::UserParser

Inherits:
Base
  • Object
show all
Defined in:
lib/you_track/parser/user_parser.rb

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#initialize, #parse_fields

Constructor Details

This class inherits a constructor from YouTrack::Parser::Base

Instance Method Details

#parseObject



2
3
4
# File 'lib/you_track/parser/user_parser.rb', line 2

def parse
  raw["user"]
end