Class: YouTrack::Parser::ProjectCustomFieldsParser
- Defined in:
- lib/you_track/parser/project_custom_fields_parser.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from YouTrack::Parser::Base
Instance Method Details
#parse ⇒ Object
2 3 4 5 |
# File 'lib/you_track/parser/project_custom_fields_parser.rb', line 2 def parse return [] unless raw["projectCustomFieldRefs"] raw["projectCustomFieldRefs"]["projectCustomField"] end |